gnuk/boards/OLIMEX_STM32_H103/board.c
2012-05-25 15:36:09 +09:00

18 lines
176 B
C

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