]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/debug.h
Put static work area on heap. LFN buffer not needed for stat function
[z180-stamp.git] / include / debug.h
index 8fdc830e7f1f162f075d2214d3c3b641698b8a9a..da8e9a060ee89437c2bfd0b1ad0d2436869d6ac8 100644 (file)
@@ -3,9 +3,6 @@
 #define DEBUG_H_
 
 #include "common.h"
-#ifdef __AVR__
-#include <avr/pgmspace.h>
-#endif
 
 #ifdef DEBUG
 #define _DEBUG 1
 #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_ */
-