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 6641f83 commit c376111Copy full SHA for c376111
1 file changed
radio/src/targets/common/arm/stm32/cortex_m_isr.h
@@ -20,7 +20,7 @@
20
*/
21
22
#define WEAK_DEFAULT __attribute__((weak,alias("Default_Handler")))
23
-#define ISR_VECTOR __attribute__((section(".isr_vector")))
+#define ISR_VECTOR __attribute__((section(".isr_vector"), used))
24
25
typedef void (*isr_t)(void);
26
extern void* _estack;
0 commit comments