summaryrefslogtreecommitdiff
path: root/common/print.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-09-22 10:53:35 +0900
committertmk <nobody@nowhere>2014-09-22 10:53:35 +0900
commitdd3ab65ec348370e789f4136af2c6cdb95c2532c (patch)
tree671949de54ed5fdbb938503bd417ddf4cb70c859 /common/print.h
parentb9e265368fde73daff069788dcb58c8230d01b32 (diff)
parente3f4f7d8c4dd821ff47caa8a22318c674f43a4e9 (diff)
Merge branch 'usb_usb_fix'
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 */