aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common/print.h
diff options
context:
space:
mode:
authorCallum Oakley <c.oakley108@gmail.com>2016-08-09 12:39:59 +0100
committerCallum Oakley <c.oakley108@gmail.com>2016-08-09 12:39:59 +0100
commit49fbcb3e7cea2d47df6350918ff6e00960a78b15 (patch)
tree468105b030bd61b3c12c1b93784ff38334113355 /tmk_core/common/print.h
parent725dd7328f9963959f72318af912ed66f5a5f513 (diff)
parentadad05c3fbd511e77a77484945fa2f675d6abf8b (diff)
downloadfirmware-49fbcb3e7cea2d47df6350918ff6e00960a78b15.tar.gz
firmware-49fbcb3e7cea2d47df6350918ff6e00960a78b15.tar.bz2
firmware-49fbcb3e7cea2d47df6350918ff6e00960a78b15.zip
Merge remote-tracking branch 'upstream/master'
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 0368bcd4a..a1352527f 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