aboutsummaryrefslogtreecommitdiffstats
path: root/common/print.h
diff options
context:
space:
mode:
authorJun Wako <wakojun@gmail.com>2014-12-05 09:59:08 +0900
committerJun Wako <wakojun@gmail.com>2014-12-05 09:59:08 +0900
commitf6f698dda0a1cc9e92b75927b0273205402de9e2 (patch)
tree28f550f00a19e86b151b3a66c4370a13a0509da8 /common/print.h
parent4192bce16b6cf4c5acc10ea6b26fb714fc132e01 (diff)
downloadfirmware-f6f698dda0a1cc9e92b75927b0273205402de9e2.tar.gz
firmware-f6f698dda0a1cc9e92b75927b0273205402de9e2.tar.bz2
firmware-f6f698dda0a1cc9e92b75927b0273205402de9e2.zip
usb_usb: Update for new core layout
Diffstat (limited to 'common/print.h')
-rw-r--r--common/print.h5
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 @@
#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