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 88bafcc commit 7ca484aCopy full SHA for 7ca484a
cores/arduino/cortex_handlers.c
@@ -408,6 +408,7 @@ extern uint32_t __bss_end__;
408
extern uint32_t __StackTop;
409
410
/* Exception Table */
411
+__attribute__ ((used))
412
__attribute__ ((section(".isr_vector"))) const DeviceVectors exception_table =
413
{
414
/* Configure Initial Stack Pointer, using linker-generated symbols */
0 commit comments