10 lines
110 B
C
10 lines
110 B
C
/*
|
|
* Common code for hwinit0
|
|
*/
|
|
|
|
#ifdef DFU_SUPPORT
|
|
SCB->VTOR = 0x08003000;
|
|
#endif
|
|
|
|
stm32_clock_init();
|