Skip to content

Commit 99b1909

Browse files
authored
Merge pull request #10686 from ale87jan/master
MAX32630.sct fix
2 parents 9cc1caa + 1cde402 commit 99b1909

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_Maxim/TARGET_MAX32630/device/TOOLCHAIN_ARM_STD

1 file changed

+1
-1
lines changed

targets/TARGET_Maxim/TARGET_MAX32630/device/TOOLCHAIN_ARM_STD/MAX3263x.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
; 512KB RAM (0x80000) @ 0x20000000
55

66
#if !defined(MBED_BOOT_STACK_SIZE)
7-
#define MBED_BOOT_STACK_SIZE 0x800
7+
#define MBED_BOOT_STACK_SIZE 0x400
88
#endif
99

1010
#define Stack_Size MBED_BOOT_STACK_SIZE

0 commit comments

Comments
 (0)