From 61b0cfe9df810db4fbca78e5f880d61c5063f324 Mon Sep 17 00:00:00 2001 From: Leo C Date: Sat, 23 Aug 2014 19:34:22 +0200 Subject: Add date rtc i2c --- include/debug.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/debug.h') diff --git a/include/debug.h b/include/debug.h index 7c19e40..8fdc830 100644 --- a/include/debug.h +++ b/include/debug.h @@ -3,7 +3,9 @@ #define DEBUG_H_ #include "common.h" +#ifdef __AVR__ #include +#endif #ifdef DEBUG #define _DEBUG 1 @@ -31,6 +33,8 @@ #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); -- cgit v1.2.3