]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/command_tbl.c
New debug command: dump heap
[z180-stamp.git] / avr / command_tbl.c
index c3eb239cfe8f955bcf2de18be4150a2b48d1c750..861e72b7507a42bcdec96bd57772d097f80ce8c5 100644 (file)
@@ -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(