Fix bootloader size
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
void preRToSInit() {
|
||||
/* Reset of all peripherals, Initializes the Flash interface and the Systick.
|
||||
*/
|
||||
SCB->VTOR = FLASH_BASE; // Set vector table offset
|
||||
HAL_Init();
|
||||
Setup_HAL(); // Setup all the HAL objects
|
||||
BSPInit();
|
||||
|
||||
Reference in New Issue
Block a user