summaryrefslogtreecommitdiff
path: root/common/print.h
diff options
context:
space:
mode:
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 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