gnuk/boards/common/hwinit0.c
2010-10-16 09:05:37 +09:00

10 lines
110 B
C

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