mirror of https://github.com/ARMmbed/mbed-os.git
modify GCC_ARM startup code & mbed_rtx.h syntax error correct.
parent
056ba62eeb
commit
7280486af0
|
@ -188,8 +188,8 @@ Reset_Handler:
|
|||
.LC3:
|
||||
#endif /* __STARTUP_CLEAR_BSS */
|
||||
|
||||
/*bl _start*/
|
||||
bl main
|
||||
bl _start
|
||||
//bl main
|
||||
|
||||
.pool
|
||||
.size Reset_Handler, . - Reset_Handler
|
||||
|
|
|
@ -188,8 +188,8 @@ Reset_Handler:
|
|||
.LC3:
|
||||
#endif /* __STARTUP_CLEAR_BSS */
|
||||
|
||||
/*bl _start*/
|
||||
bl main
|
||||
bl _start
|
||||
//bl main
|
||||
|
||||
.pool
|
||||
.size Reset_Handler, . - Reset_Handler
|
||||
|
|
Binary file not shown.
|
@ -188,8 +188,8 @@ Reset_Handler:
|
|||
.LC3:
|
||||
#endif /* __STARTUP_CLEAR_BSS */
|
||||
|
||||
/*bl _start*/
|
||||
bl main
|
||||
bl _start
|
||||
//bl main
|
||||
|
||||
.pool
|
||||
.size Reset_Handler, . - Reset_Handler
|
||||
|
|
|
@ -47,8 +47,6 @@
|
|||
#define OS_CLOCK 20000000
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#elif defined(TARGET_WIZWIKI_W7500ECO)
|
||||
|
||||
#ifndef INITIAL_SP
|
||||
|
@ -64,4 +62,6 @@
|
|||
#define OS_CLOCK 20000000
|
||||
#endif
|
||||
|
||||
#endif //
|
||||
|
||||
#endif // MBED_MBED_RTX_H
|
||||
|
|
Loading…
Reference in New Issue