mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12696 from 0xc0170/fix_boot_iar_vector
rtos: declare vector table type as in Technical Note 11578pull/12743/head
commit
6678efe571
|
@ -28,7 +28,7 @@
|
||||||
#pragma section="CSTACK"
|
#pragma section="CSTACK"
|
||||||
#pragma section="HEAP"
|
#pragma section="HEAP"
|
||||||
|
|
||||||
extern void *__vector_table;
|
extern void *__vector_table[];
|
||||||
extern int __low_level_init(void);
|
extern int __low_level_init(void);
|
||||||
extern void __iar_data_init3(void);
|
extern void __iar_data_init3(void);
|
||||||
extern __weak void __iar_init_core(void);
|
extern __weak void __iar_init_core(void);
|
||||||
|
|
Loading…
Reference in New Issue