Update boards/STM32_PRIMER2 for newer ChibiOS/RT

This commit is contained in:
NIIBE Yutaka
2013-02-18 16:32:21 +09:00
parent 605d8ef6c1
commit 38bbd38d14
4 changed files with 22 additions and 9 deletions

View File

@@ -2,13 +2,11 @@
#include "ch.h"
#include "hal.h"
#include "../common/hwinit.c"
void
hwinit1(void)
/*
* Board-specific initialization code.
*/
void boardInit(void)
{
hwinit1_common ();
/*
* Clear LED and SHUTDOWN output.
*/