gnuk/boards/CQ_STARM/board.c

12 lines
130 B
C
Raw Normal View History

2010-10-20 01:14:03 +00:00
#include "config.h"
#include "ch.h"
#include "hal.h"
#include "../common/hwinit.c"
void
hwinit1 (void)
{
hwinit1_common ();
}