gnuk/boards/FST_01_00/board.c
2012-05-28 11:48:35 +09:00

12 lines
130 B
C

#include "config.h"
#include "ch.h"
#include "hal.h"
#include "../common/hwinit.c"
void
hwinit1 (void)
{
hwinit1_common ();
}