We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e67b17 commit 7278930Copy full SHA for 7278930
libraries/SrcWrapper/src/stm32/bootloader.c
@@ -20,6 +20,9 @@ WEAK void jumpToBootloaderRequested(void)
20
NVIC_SystemReset();
21
}
22
23
+// Defined in startup assembly code
24
+void Original_Reset_Handler();
25
+
26
// This overrides the Reset_Handler that is run on reset before
27
// *anything* else (including memory initialization). Only the stack
28
// pointer is set up by this time.
0 commit comments