diff options
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/common/print.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tmk_core/common/print.h b/tmk_core/common/print.h index 0368bcd4a..a1352527f 100644 --- a/tmk_core/common/print.h +++ b/tmk_core/common/print.h | |||
| @@ -29,7 +29,9 @@ | |||
| 29 | #include <stdbool.h> | 29 | #include <stdbool.h> |
| 30 | #include "util.h" | 30 | #include "util.h" |
| 31 | 31 | ||
| 32 | 32 | #if defined(PROTOCOL_CHIBIOS) | |
| 33 | #define PSTR(x) x | ||
| 34 | #endif | ||
| 33 | 35 | ||
| 34 | 36 | ||
| 35 | #ifndef NO_PRINT | 37 | #ifndef NO_PRINT |
