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.
2 parents 024eaa5 + 7ca484a commit 7812526Copy full SHA for 7812526
cores/arduino/cortex_handlers.c
@@ -196,6 +196,7 @@ extern uint32_t __bss_end__;
196
extern uint32_t __StackTop;
197
198
/* Exception Table */
199
+__attribute__ ((used))
200
__attribute__ ((section(".isr_vector"))) const DeviceVectors exception_table =
201
{
202
/* Configure Initial Stack Pointer, using linker-generated symbols */
@@ -407,6 +408,7 @@ extern uint32_t __bss_end__;
407
408
409
410
411
412
413
414
0 commit comments