Merge pull request #12696 from 0xc0170/fix_boot_iar_vector

rtos: declare vector table type as in Technical Note 11578
pull/12743/head
Martin Kojtal 2020-04-01 12:22:21 +02:00 committed by GitHub
commit 6678efe571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#pragma section="CSTACK"
#pragma section="HEAP"
extern void *__vector_table;
extern void *__vector_table[];
extern int __low_level_init(void);
extern void __iar_data_init3(void);
extern __weak void __iar_init_core(void);