gnuk/boards/common/hwinit0.c

10 lines
110 B
C
Raw Normal View History

2010-10-14 08:08:09 +00:00
/*
* Common code for hwinit0
*/
#ifdef DFU_SUPPORT
SCB->VTOR = 0x08003000;
#endif
stm32_clock_init();