File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Arm linker script template:
53
53
#endif
54
54
55
55
#if !defined(MBED_BOOT_STACK_SIZE)
56
- /* This value is normally defined by the tools to 0x1000 for baremetal and 0x400 for RTOS */
56
+ /* This value is normally defined by the tools to 0x1000 for bare metal and 0x400 for RTOS */
57
57
#define MBED_BOOT_STACK_SIZE 0x400
58
58
#endif
59
59
@@ -102,7 +102,7 @@ if (!isdefinedsymbol(MBED_APP_SIZE)) {
102
102
103
103
if (!isdefinedsymbol(MBED_BOOT_STACK_SIZE)) {
104
104
/* This value is normally defined by the tools
105
- to 0x1000 for baremetal and 0x400 for RTOS */
105
+ to 0x1000 for bare metal and 0x400 for RTOS */
106
106
define symbol MBED_BOOT_STACK_SIZE = 0x400;
107
107
}
108
108
@@ -150,7 +150,7 @@ GCC linker script template:
150
150
151
151
#if !defined(MBED_BOOT_STACK_SIZE)
152
152
/* This value is normally defined by the tools
153
- to 0x1000 for baremetal and 0x400 for RTOS */
153
+ to 0x1000 for bare metal and 0x400 for RTOS */
154
154
#define MBED_BOOT_STACK_SIZE 0x400
155
155
#endif
156
156
You can’t perform that action at this time.
0 commit comments