Skip to content

Commit 34da12a

Browse files
committed
modify GCC_ARM startup code & mbed_rtx.h syntax error correct.
1 parent c71557c commit 34da12a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

targets/TARGET_WIZNET/TARGET_W7500x/TARGET_WIZwiki_W7500/device/TOOLCHAIN_GCC_ARM/startup_W7500.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ Reset_Handler:
188188
.LC3:
189189
#endif /* __STARTUP_CLEAR_BSS */
190190

191-
/*bl _start*/
192-
bl main
191+
bl _start
192+
//bl main
193193

194194
.pool
195195
.size Reset_Handler, . - Reset_Handler

targets/TARGET_WIZNET/TARGET_W7500x/TARGET_WIZwiki_W7500ECO/device/TOOLCHAIN_GCC_ARM/startup_W7500.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ Reset_Handler:
188188
.LC3:
189189
#endif /* __STARTUP_CLEAR_BSS */
190190

191-
/*bl _start*/
192-
bl main
191+
bl _start
192+
//bl main
193193

194194
.pool
195195
.size Reset_Handler, . - Reset_Handler

targets/TARGET_WIZNET/TARGET_W7500x/TARGET_WIZwiki_W7500P/device/TOOLCHAIN_GCC_ARM/startup_W7500.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ Reset_Handler:
188188
.LC3:
189189
#endif /* __STARTUP_CLEAR_BSS */
190190

191-
/*bl _start*/
192-
bl main
191+
bl _start
192+
//bl main
193193

194194
.pool
195195
.size Reset_Handler, . - Reset_Handler

targets/TARGET_WIZNET/mbed_rtx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
#define OS_CLOCK 20000000
4848
#endif
4949

50-
#endif
51-
5250
#elif defined(TARGET_WIZWIKI_W7500ECO)
5351

5452
#ifndef INITIAL_SP
@@ -64,4 +62,6 @@
6462
#define OS_CLOCK 20000000
6563
#endif
6664

65+
#endif //
66+
6767
#endif // MBED_MBED_RTX_H

0 commit comments

Comments
 (0)