summaryrefslogtreecommitdiff
path: root/common/print.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-09-22 10:42:20 +0900
committertmk <nobody@nowhere>2014-09-22 10:42:20 +0900
commitea524d7befeb743c5316cb472f9180536ced5862 (patch)
tree1be232413b52bcac278d25be074c5394f069c283 /common/print.h
parentb9e265368fde73daff069788dcb58c8230d01b32 (diff)
Adhoc fix compile error of usb_usb
Diffstat (limited to 'common/print.h')
-rw-r--r--common/print.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/print.h b/common/print.h
index 930e84be99..7799328910 100644
--- a/common/print.h
+++ b/common/print.h
@@ -34,10 +34,7 @@
// this macro allows you to write print("some text") and
// the string is automatically placed into flash memory :)
-// TODO: avoid collision with arduino/Print.h
-#ifndef __cplusplus
#define print(s) print_P(PSTR(s))
-#endif
#define println(s) print_P(PSTR(s "\n"))
/* for old name */