summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authortmk2013-11-26 14:31:57 +0900
committertmk2013-11-26 14:31:57 +0900
commit9d26053f1c14da79336a64f800305660d1a71180 (patch)
treefd65dae1bf3965b8262d1b55bb0185b11241e77f /common
parent9ae9742ac59b18cf989370f53d669daeb75bd7a3 (diff)
Fix ps2_host_recv_response
Diffstat (limited to 'common')
-rw-r--r--common/print.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/print.h b/common/print.h
index a828328b6..930e84be9 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)