Skip to content

Commit

Permalink
modify GCC_ARM startup code & mbed_rtx.h syntax error correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
khj098765 committed May 8, 2017
1 parent c71557c commit 34da12a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down
Binary file not shown.
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions targets/TARGET_WIZNET/mbed_rtx.h
Expand Up @@ -47,8 +47,6 @@
#define OS_CLOCK 20000000
#endif

#endif

#elif defined(TARGET_WIZWIKI_W7500ECO)

#ifndef INITIAL_SP
Expand All @@ -64,4 +62,6 @@
#define OS_CLOCK 20000000
#endif

#endif //

#endif // MBED_MBED_RTX_H

0 comments on commit 34da12a

Please sign in to comment.