diff options
| author | tmk <nobody@nowhere> | 2012-10-17 03:44:01 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2012-10-17 15:55:37 +0900 |
| commit | 30eb3e3520e9d4d7b9a9dbac0c5c0200485103c2 (patch) | |
| tree | c95f8e39411cf05e5f393948b3a3a1b85deec5b9 /common/print.h | |
| parent | 8f7ed2bc1902cdeeb78c49f4833816a33cd6d3a0 (diff) | |
| download | qmk_firmware-30eb3e3520e9d4d7b9a9dbac0c5c0200485103c2.tar.gz qmk_firmware-30eb3e3520e9d4d7b9a9dbac0c5c0200485103c2.zip | |
Add command console and mouseky parameters tweak.
Diffstat (limited to 'common/print.h')
| -rw-r--r-- | common/print.h | 1 |
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); | |||
| 45 | void print_P(const char *s); | 45 | void print_P(const char *s); |
| 46 | void phex(unsigned char c); | 46 | void phex(unsigned char c); |
| 47 | void phex16(unsigned int i); | 47 | void phex16(unsigned int i); |
| 48 | void pdec(uint8_t i); | ||
| 48 | void pbin(unsigned char c); | 49 | void pbin(unsigned char c); |
| 49 | void pbin_reverse(unsigned char c); | 50 | void pbin_reverse(unsigned char c); |
| 50 | #ifdef __cplusplus | 51 | #ifdef __cplusplus |
