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 024eaa5 commit 88bafccCopy full SHA for 88bafcc
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 */
0 commit comments