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) |
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 a8dbbc020a..c0e9e14309 100644 --- a/common/print.h +++ b/common/print.h @@ -38,12 +38,7 @@ #if defined(__AVR__) #include "avr/xprintf.h" - - -// TODO: avoid collision with arduino/Print.h -#ifndef __cplusplus #define print(s) xputs(PSTR(s)) -#endif #define println(s) xputs(PSTR(s "\r\n")) #ifdef __cplusplus |