diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-07-29 22:32:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-29 22:32:27 -0400 |
commit | 063983639d21982a1df0ed1e33becc8027661b42 (patch) | |
tree | bc67ebda76151ef4a868ccaf90661355e84feccf /tmk_core/common/print.h | |
parent | 30003d48f9a04676b81bf2980a235106ec7886b0 (diff) | |
parent | 566c79554ebd6e17d161ad488ce807ea7e8b24db (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.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 |