summaryrefslogtreecommitdiff
path: root/avr/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'avr/debug.c')
-rw-r--r--avr/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avr/debug.c b/avr/debug.c
index ea21583..e064167 100644
--- a/avr/debug.c
+++ b/avr/debug.c
@@ -244,7 +244,7 @@ void dump_heap(void)
//extern unsigned int __brkval;
dump_ram((uint8_t *)__malloc_heap_start, (size_t) __malloc_heap_start, __brkval - __malloc_heap_start,
- "=== Heap:");
+ PSTR("=== Heap:"));
}
command_ret_t do_pr_heap_avr(cmd_tbl_t *cmdtp UNUSED, uint_fast8_t flag UNUSED, int argc UNUSED, char * const argv[] UNUSED)