summaryrefslogtreecommitdiff
path: root/avr/command_tbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'avr/command_tbl.c')
-rw-r--r--avr/command_tbl.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/avr/command_tbl.c b/avr/command_tbl.c
index 07c9684..eb63d68 100644
--- a/avr/command_tbl.c
+++ b/avr/command_tbl.c
@@ -64,9 +64,14 @@ CMD_TBL_ITEM(
"address"
),
CMD_TBL_ITEM(
- !prfree, 2, 1, do_pr_free_avr,
+ !prfree, 1, 1, do_pr_free_avr,
"print avr heap free list",
- "address"
+ ""
+),
+CMD_TBL_ITEM(
+ !prheap, 1, 1, do_pr_heap_avr,
+ "dump avr heap",
+ ""
),
#endif
CMD_TBL_ITEM(