modify the 'INITIAL_SP' for GD32F450ZI

pull/9370/head
c_jin 2019-01-03 19:53:57 +08:00 committed by adbridge
parent 224493fbfe
commit 2e1adee7d6
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#if defined(TARGET_GD32F450ZI)
#ifndef INITIAL_SP
#define INITIAL_SP (0x20070000UL)
#define INITIAL_SP (0x20030000UL)
#endif
#endif