summaryrefslogtreecommitdiff
path: root/include/debug.h
diff options
context:
space:
mode:
authorLeo C2018-04-08 21:19:47 +0200
committerLeo C2018-07-21 13:46:13 +0200
commitb9aef06edc26e3d7560a7ab2d83fe033349ef874 (patch)
treedde10977f9347084b4049d8049ee0227d2f637f9 /include/debug.h
parent2dec14cd1dbf09755b0839859da1a942944a8376 (diff)
downloadz180-stamp-b9aef06edc26e3d7560a7ab2d83fe033349ef874.zip
New debug command: dump heap
Diffstat (limited to 'include/debug.h')
-rw-r--r--include/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/debug.h b/include/debug.h
index 0d60177..ae6f28a 100644
--- a/include/debug.h
+++ b/include/debug.h
@@ -18,6 +18,7 @@ command_ret_t do_mem_mm_avr(cmd_tbl_t *, uint_fast8_t, int, char * const []);
command_ret_t do_mem_nm_avr(cmd_tbl_t *, uint_fast8_t, int, char * const []);
command_ret_t do_eep_cp(cmd_tbl_t *, uint_fast8_t, int, char * const []);
command_ret_t do_pr_free_avr(cmd_tbl_t *, uint_fast8_t, int, char * const []);
+command_ret_t do_pr_heap_avr(cmd_tbl_t *, uint_fast8_t, int, char * const []);
void printfreelist(const char * title);