summaryrefslogtreecommitdiff
path: root/supervisor/shared/stack.c
diff options
context:
space:
mode:
authorLucian Copeland <hierophect@gmail.com>2020-04-02 16:15:12 -0400
committerLucian Copeland <hierophect@gmail.com>2020-04-03 16:33:18 -0400
commit9761672d42c489af215a8873ddfa71b62434623c (patch)
tree58525ef0c337d0356f49de371d77f6784fbad054 /supervisor/shared/stack.c
parent47a5d83267e1b30cad10e821a35b51d99d80a2de (diff)
Linker file restructure, TCM and MPU additions
Diffstat (limited to 'supervisor/shared/stack.c')
-rwxr-xr-xsupervisor/shared/stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/shared/stack.c b/supervisor/shared/stack.c
index 2b7b1c03a..2a7daf465 100755
--- a/supervisor/shared/stack.c
+++ b/supervisor/shared/stack.c
@@ -46,7 +46,7 @@ void allocate_stack(void) {
mp_uint_t c_size = (uint32_t) port_stack_get_top() - sp;
- if (port_stack_get_top() != port_heap_get_top()) {
+ if (port_stack_get_top() != port_heap_get_top()) { //Why is this here? Doesn't apply to some chips.
return;
}