mirror of https://github.com/ARMmbed/mbed-os.git
modify the 'INITIAL_SP' for GD32F450ZI
parent
224493fbfe
commit
2e1adee7d6
|
@ -40,7 +40,7 @@
|
|||
#if defined(TARGET_GD32F450ZI)
|
||||
|
||||
#ifndef INITIAL_SP
|
||||
#define INITIAL_SP (0x20070000UL)
|
||||
#define INITIAL_SP (0x20030000UL)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue