aboutsummaryrefslogtreecommitdiff
path: root/common/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/print.h')
-rw-r--r--common/print.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/print.h b/common/print.h
index d55f5695d..1c4567862 100644
--- a/common/print.h
+++ b/common/print.h
@@ -45,6 +45,7 @@ void print_S(const char *s);
45void print_P(const char *s); 45void print_P(const char *s);
46void phex(unsigned char c); 46void phex(unsigned char c);
47void phex16(unsigned int i); 47void phex16(unsigned int i);
48void pdec(uint8_t i);
48void pbin(unsigned char c); 49void pbin(unsigned char c);
49void pbin_reverse(unsigned char c); 50void pbin_reverse(unsigned char c);
50#ifdef __cplusplus 51#ifdef __cplusplus