mirror of https://github.com/ARMmbed/mbed-os.git
Additional changes to support of export function to the IAR.
In support of export function to the IAR, delete unnecessary extern declaration.pull/1545/head
parent
27caef30a4
commit
60b7accf22
|
@ -526,10 +526,6 @@ __attribute__((naked)) void software_init_hook (void) {
|
|||
|
||||
#elif defined (__ICCARM__)
|
||||
|
||||
extern int __low_level_init(void);
|
||||
extern void __iar_data_init3(void);
|
||||
extern void __iar_dynamic_initialization(void);
|
||||
extern void mbed_sdk_init(void);
|
||||
extern void exit(int arg);
|
||||
|
||||
void mbed_main(void) {
|
||||
|
|
Loading…
Reference in New Issue