gnuk/boards/OLIMEX_STM32_H103/board.c

18 lines
176 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
hwinit0 (void)
{
hwinit0_common ();
}
2010-10-20 01:00:37 +00:00
void
hwinit1 (void)
{
hwinit1_common ();
}