summaryrefslogtreecommitdiff
path: root/supervisor/shared/memory.c
diff options
context:
space:
mode:
authorHierophect <hierophect@gmail.com>2019-07-22 12:58:28 -0400
committerHierophect <hierophect@gmail.com>2019-07-22 12:58:28 -0400
commit58630a844ad1db7d30671a3cb18f433e015a40a3 (patch)
tree4e481c7c9fd007faaa98f879724a89610cf870b7 /supervisor/shared/memory.c
parent10b9ca5a92d876e6a3f0e6fb2fb0c2b317c5046a (diff)
Add feature conditionals and clean up
Diffstat (limited to 'supervisor/shared/memory.c')
-rwxr-xr-xsupervisor/shared/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/shared/memory.c b/supervisor/shared/memory.c
index c9c4bc2d5..11133415d 100755
--- a/supervisor/shared/memory.c
+++ b/supervisor/shared/memory.c
@@ -118,5 +118,5 @@ supervisor_allocation* allocate_memory(uint32_t length, bool high) {
}
void supervisor_move_memory(void) {
- //supervisor_display_move_memory();
+ supervisor_display_move_memory();
}