modify GCC_ARM startup code & mbed_rtx.h syntax error correct.

pull/4356/head
justinkim 2017-05-08 09:04:15 +09:00 committed by adbridge
parent 056ba62eeb
commit 7280486af0
5 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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