diff options
author | cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info> | 2016-08-04 11:10:41 -0400 |
---|---|---|
committer | cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info> | 2016-08-04 11:10:41 -0400 |
commit | 64e051652b5a8dac3ab0a2d31fb061ee50ecb0e5 (patch) | |
tree | 2385031a708ae6270e53d9b9c13db0f53e1f9e1e /tmk_core/common | |
parent | 2d59c97ec16914835c55a409b460ecc79eba152d (diff) | |
parent | 213cb2c24306e198e717fc162806201567666f36 (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'tmk_core/common')
-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 0368bcd4a1..a1352527fc 100644 --- a/tmk_core/common/print.h +++ b/tmk_core/common/print.h @@ -29,7 +29,9 @@ #include <stdbool.h> #include "util.h" - +#if defined(PROTOCOL_CHIBIOS) +#define PSTR(x) x +#endif #ifndef NO_PRINT |