X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Fprint.h;h=1c4567862fa264361a8a981dcc3c070f75c2383c;hb=f291c2279eb9f656ed2a2e3152bab155470c4ef9;hp=d55f5695dca2921b1f92dacd2c28b5092da18614;hpb=c5060ea81942b0e3f8577536ff78402a19abe3d3;p=max%2Ftmk_keyboard.git diff --git a/common/print.h b/common/print.h index d55f5695..1c456786 100644 --- a/common/print.h +++ b/common/print.h @@ -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