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 a6ef9db + 5cbf666 commit 6678efeCopy full SHA for 6678efe
rtos/source/TARGET_CORTEX/TOOLCHAIN_IAR/mbed_boot_iar.c
@@ -28,7 +28,7 @@
28
#pragma section="CSTACK"
29
#pragma section="HEAP"
30
31
-extern void *__vector_table;
+extern void *__vector_table[];
32
extern int __low_level_init(void);
33
extern void __iar_data_init3(void);
34
extern __weak void __iar_init_core(void);
0 commit comments