summaryrefslogtreecommitdiff
path: root/avr/debug.h
diff options
context:
space:
mode:
authorLeo C2014-08-21 00:48:46 +0200
committerLeo C2014-08-21 00:48:46 +0200
commit69988dc1f60ce27d2192eb2aa579962f585fffc8 (patch)
treec0dd96fc58aebe4090d58bcba80efac1f7d7b91e /avr/debug.h
parentd0581f881c4072ef0ac453167a98dc3bc0d87d86 (diff)
downloadz180-stamp-69988dc1f60ce27d2192eb2aa579962f585fffc8.zip
printf() --> printf_P(PSTR())
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_ */