mirror of https://github.com/ARMmbed/mbed-os.git
[MAX32620HSP] Fixed INITIAL_SP value.
parent
f5fb485dcd
commit
8e70018ec1
|
|
@ -50,7 +50,7 @@
|
||||||
#elif defined(TARGET_MAX32620)
|
#elif defined(TARGET_MAX32620)
|
||||||
|
|
||||||
#ifndef INITIAL_SP
|
#ifndef INITIAL_SP
|
||||||
#define INITIAL_SP (0x20008000UL)
|
#define INITIAL_SP (0x20040000UL)
|
||||||
#endif
|
#endif
|
||||||
#ifndef OS_TASKCNT
|
#ifndef OS_TASKCNT
|
||||||
#define OS_TASKCNT 14
|
#define OS_TASKCNT 14
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue