Skip to content

Commit 8e70018

Browse files
committed
[MAX32620HSP] Fixed INITIAL_SP value.
1 parent f5fb485 commit 8e70018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_Maxim/mbed_rtx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#elif defined(TARGET_MAX32620)
5151

5252
#ifndef INITIAL_SP
53-
#define INITIAL_SP (0x20008000UL)
53+
#define INITIAL_SP (0x20040000UL)
5454
#endif
5555
#ifndef OS_TASKCNT
5656
#define OS_TASKCNT 14

0 commit comments

Comments
 (0)