summaryrefslogtreecommitdiff
path: root/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'print.h')
-rw-r--r--print.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/print.h b/print.h
index d6bb0aad2d..5d0f2eb902 100644
--- a/print.h
+++ b/print.h
@@ -13,5 +13,6 @@ void print_P(const char *s);
void phex(unsigned char c);
void phex16(unsigned int i);
void pbin(unsigned char c);
+void pbin_reverse(unsigned char c);
#endif