gnuk/boards/FST_01_00/board.c

12 lines
130 B
C
Raw Normal View History

2011-11-01 02:41:20 +00:00
#include "config.h"
#include "ch.h"
#include "hal.h"
#include "../common/hwinit.c"
void
hwinit1 (void)
{
hwinit1_common ();
}