]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/debug.h
rewrite of cmd_cpu/do_cpu_freq
[z180-stamp.git] / include / debug.h
index 0d60177eaa16d71c8007765d62f33663ed595cd7..659fd70e39884f9b2ff06da50badbc15c69d3a92 100644 (file)
@@ -18,8 +18,10 @@ 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);
+void dump_heap(void);
 
 
 #ifdef DEBUG