summaryrefslogtreecommitdiff
path: root/tmk_core/common/print.h
diff options
context:
space:
mode:
authorJack Humbert2016-07-29 22:32:27 -0400
committerGitHub2016-07-29 22:32:27 -0400
commit063983639d21982a1df0ed1e33becc8027661b42 (patch)
treebc67ebda76151ef4a868ccaf90661355e84feccf /tmk_core/common/print.h
parent30003d48f9a04676b81bf2980a235106ec7886b0 (diff)
parent566c79554ebd6e17d161ad488ce807ea7e8b24db (diff)
Merge pull request #503 from fredizzimo/ergodox_subproject
Add both Ergodox EZ and Infinity Ergodox as sub-projects of Ergodox
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