X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/61b0cfe9df810db4fbca78e5f880d61c5063f324..6204987c3539b71856b4456f218511530af12c6f:/include/debug.h diff --git a/include/debug.h b/include/debug.h index 8fdc830..da8e9a0 100644 --- a/include/debug.h +++ b/include/debug.h @@ -3,9 +3,6 @@ #define DEBUG_H_ #include "common.h" -#ifdef __AVR__ -#include -#endif #ifdef DEBUG #define _DEBUG 1 @@ -33,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_ */ -