X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/05437fb4cdb907816a4fc3ffafa2617fcf33266a..15e476bc8dcadb88cad1e593e22cbeca62d05edb:/include/debug.h diff --git a/include/debug.h b/include/debug.h index 45a1d50..da8e9a0 100644 --- a/include/debug.h +++ b/include/debug.h @@ -30,10 +30,7 @@ #endif /* 0 */ -void dump_eep(const uint8_t *addr, unsigned int len, char *title); -void dump_ram(const uint8_t *addr, unsigned int len, char *title); void printfreelist(const char * title); #endif /* DEBUG_H_ */ -