more update to newer chibios

This commit is contained in:
NIIBE Yutaka
2013-02-18 16:08:47 +09:00
parent daeac800d8
commit 605d8ef6c1
17 changed files with 137 additions and 48 deletions

View File

@@ -2,10 +2,9 @@
#include "ch.h"
#include "hal.h"
#include "../common/hwinit.c"
void
hwinit1 (void)
/*
* Board-specific initialization code.
*/
void boardInit(void)
{
hwinit1_common ();
}