gnuk/boards/OLIMEX_STM32_H103/board.c

12 lines
130 B
C
Raw Normal View History

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