Skip to content

Commit 60b7acc

Browse files
committed
Additional changes to support of export function to the IAR.
In support of export function to the IAR, delete unnecessary extern declaration.
1 parent 27caef3 commit 60b7acc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libraries/rtos/rtx/TARGET_CORTEX_A/RTX_CM_lib.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -526,10 +526,6 @@ __attribute__((naked)) void software_init_hook (void) {
526526

527527
#elif defined (__ICCARM__)
528528

529-
extern int __low_level_init(void);
530-
extern void __iar_data_init3(void);
531-
extern void __iar_dynamic_initialization(void);
532-
extern void mbed_sdk_init(void);
533529
extern void exit(int arg);
534530

535531
void mbed_main(void) {

0 commit comments

Comments
 (0)