File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
targets/TARGET_RENESAS/TARGET_RZ_A1XX
TARGET_GR_LYCHEE/device/TOOLCHAIN_ARM_STD
TARGET_RZ_A1H/device/TOOLCHAIN_ARM_STD Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ extern __value_in_regs struct __initial_stackheap _mbed_user_setup_stackheap(uin
51
51
return r;
52
52
}
53
53
54
- #if !defined(MBED_CONF_RTOS_PRESENT) || ! MBED_CONF_RTOS_PRESENT
54
+ #ifndef MBED_CONF_RTOS_PRESENT
55
55
56
56
/* The single region memory model would check stack collision at run time, verifying that
57
57
* the heap pointer is underneath the stack pointer. With two-region memory model/RTOS-less or
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ extern __value_in_regs struct __initial_stackheap _mbed_user_setup_stackheap(uin
51
51
return r;
52
52
}
53
53
54
- #if !defined(MBED_CONF_RTOS_PRESENT) || ! MBED_CONF_RTOS_PRESENT
54
+ #ifndef MBED_CONF_RTOS_PRESENT
55
55
56
56
/* The single region memory model would check stack collision at run time, verifying that
57
57
* the heap pointer is underneath the stack pointer. With two-region memory model/RTOS-less or
You can’t perform that action at this time.
0 commit comments