X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=sidebyside;f=common%2Fprint.h;h=c0e9e14309d9ca03985097a2fbf95914ff0eceb6;hb=d5ac54449ad7726e4d392d14551f3559cc63afbf;hp=a8dbbc020abc5610bc769b4dfb5e1123f6b57f93;hpb=363950982a291c3bfa03ac6362061b1d37dc06b0;p=max%2Ftmk_keyboard.git diff --git a/common/print.h b/common/print.h index a8dbbc02..c0e9e143 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