X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Fprint.h;h=930e84be99d555871aec946f27cf2c49f909eb76;hb=428b23646129aeee5eda20f34d22846fc54a86d4;hp=a828328b6e15c645d36dbe933d1e04c1dab53a52;hpb=d5ecbb83daa13b806ee4879692aaf807b6b1b69f;p=max%2Ftmk_keyboard.git diff --git a/common/print.h b/common/print.h index a828328b..930e84be 100644 --- a/common/print.h +++ b/common/print.h @@ -40,10 +40,6 @@ #endif #define println(s) print_P(PSTR(s "\n")) -#ifndef AVR_LIBC_PRINTF -#define printf(f, ...) xprintf(f, ##__VA_ARGS__) -#endif - /* for old name */ #define pdec(data) print_dec(data) #define pdec16(data) print_dec(data)