Skip to content

Commit c31ecd8

Browse files
committed
modify the 'INITIAL_SP' for GD32F450ZI
1 parent 5a1108e commit c31ecd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_GigaDevice/mbed_rtx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#if defined(TARGET_GD32F450ZI)
4141

4242
#ifndef INITIAL_SP
43-
#define INITIAL_SP (0x20070000UL)
43+
#define INITIAL_SP (0x20030000UL)
4444
#endif
4545

4646
#endif

0 commit comments

Comments
 (0)