From f6f698dda0a1cc9e92b75927b0273205402de9e2 Mon Sep 17 00:00:00 2001 From: Jun Wako Date: Fri, 5 Dec 2014 09:59:08 +0900 Subject: usb_usb: Update for new core layout --- common/print.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common/print.h') 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 -- cgit v1.2.3