X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/b9aef06edc26e3d7560a7ab2d83fe033349ef874..eb49471efdeb6b317afeffa9bc05b25cb7d7a72c:/include/debug.h diff --git a/include/debug.h b/include/debug.h index ae6f28a..659fd70 100644 --- a/include/debug.h +++ b/include/debug.h @@ -21,6 +21,7 @@ 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