]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - common/print.h
Merge branch 'rhaberkorn-serial-mouse'
[tmk_firmware.git] / common / print.h
index a828328b6e15c645d36dbe933d1e04c1dab53a52..930e84be99d555871aec946f27cf2c49f909eb76 100644 (file)
 #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)