X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Fprint.h;h=7799328910eb96d93096c9d210c3ebbb6f03e402;hb=eb90ed6238426db9367e294abfaefb5de07564f5;hp=930e84be99d555871aec946f27cf2c49f909eb76;hpb=d9c06db60006e2191d8b86e34f651644a54426b4;p=max%2Ftmk_keyboard.git diff --git a/common/print.h b/common/print.h index 930e84be..77993289 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 */