summaryrefslogtreecommitdiff
path: root/include/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/debug.h')
-rw-r--r--include/debug.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/debug.h b/include/debug.h
index 45a1d50..70039a6 100644
--- a/include/debug.h
+++ b/include/debug.h
@@ -30,10 +30,9 @@
#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 dump_eep(uint32_t addr, unsigned int len, char *title);
+void dump_ram(uint32_t addr, unsigned int len, char *title);
void printfreelist(const char * title);
#endif /* DEBUG_H_ */
-