clean up.

This commit is contained in:
NIIBE Yutaka
2010-10-20 10:00:37 +09:00
parent e614fad8db
commit bedf317f2f
7 changed files with 36 additions and 105 deletions

View File

@@ -1,9 +0,0 @@
/*
* Common code for hwinit0
*/
#ifdef DFU_SUPPORT
SCB->VTOR = 0x08003000;
#endif
stm32_clock_init();

View File

@@ -1,14 +0,0 @@
/*
* Common code for hwinit1
*
*/
/*
* HAL initialization.
*/
halInit();
/*
* ChibiOS/RT initialization.
*/
chSysInit();