summaryrefslogtreecommitdiff
path: root/tmk_core/common/print.h
diff options
context:
space:
mode:
authorcbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info>2016-08-04 11:10:41 -0400
committercbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info>2016-08-04 11:10:41 -0400
commit64e051652b5a8dac3ab0a2d31fb061ee50ecb0e5 (patch)
tree2385031a708ae6270e53d9b9c13db0f53e1f9e1e /tmk_core/common/print.h
parent2d59c97ec16914835c55a409b460ecc79eba152d (diff)
parent213cb2c24306e198e717fc162806201567666f36 (diff)
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'tmk_core/common/print.h')
-rw-r--r--tmk_core/common/print.h4
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