summaryrefslogtreecommitdiff
path: root/avr/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'avr/debug.h')
-rw-r--r--avr/debug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/avr/debug.h b/avr/debug.h
index 1815166..7c19e40 100644
--- a/avr/debug.h
+++ b/avr/debug.h
@@ -30,5 +30,9 @@
#endif
#endif /* 0 */
+
+void printfreelist(const char * title);
+
+
#endif /* DEBUG_H_ */