]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - common/print.h
Add command console and mouseky parameters tweak.
[tmk_firmware.git] / common / print.h
index d55f5695dca2921b1f92dacd2c28b5092da18614..1c4567862fa264361a8a981dcc3c070f75c2383c 100644 (file)
@@ -45,6 +45,7 @@ void print_S(const char *s);
 void print_P(const char *s);
 void phex(unsigned char c);
 void phex16(unsigned int i);
+void pdec(uint8_t i);
 void pbin(unsigned char c);
 void pbin_reverse(unsigned char c);
 #ifdef __cplusplus