diff options
author | Jun Wako <wakojun@gmail.com> | 2014-12-05 09:59:08 +0900 |
---|---|---|
committer | Jun Wako <wakojun@gmail.com> | 2014-12-05 09:59:08 +0900 |
commit | f6f698dda0a1cc9e92b75927b0273205402de9e2 (patch) | |
tree | 28f550f00a19e86b151b3a66c4370a13a0509da8 /common | |
parent | 4192bce16b6cf4c5acc10ea6b26fb714fc132e01 (diff) | |
download | qmk_firmware-f6f698dda0a1cc9e92b75927b0273205402de9e2.tar.gz qmk_firmware-f6f698dda0a1cc9e92b75927b0273205402de9e2.zip |
usb_usb: Update for new core layout
Diffstat (limited to 'common')
-rw-r--r-- | common/print.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/print.h b/common/print.h index a8dbbc020..c0e9e1430 100644 --- a/common/print.h +++ b/common/print.h | |||
@@ -38,12 +38,7 @@ | |||
38 | #if defined(__AVR__) | 38 | #if defined(__AVR__) |
39 | 39 | ||
40 | #include "avr/xprintf.h" | 40 | #include "avr/xprintf.h" |
41 | |||
42 | |||
43 | // TODO: avoid collision with arduino/Print.h | ||
44 | #ifndef __cplusplus | ||
45 | #define print(s) xputs(PSTR(s)) | 41 | #define print(s) xputs(PSTR(s)) |
46 | #endif | ||
47 | #define println(s) xputs(PSTR(s "\r\n")) | 42 | #define println(s) xputs(PSTR(s "\r\n")) |
48 | 43 | ||
49 | #ifdef __cplusplus | 44 | #ifdef __cplusplus |