Skip to content

Commit 2e1adee

Browse files
ChazJinadbridge
authored andcommitted
modify the 'INITIAL_SP' for GD32F450ZI
1 parent 224493f commit 2e1adee

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)