From 9d26053f1c14da79336a64f800305660d1a71180 Mon Sep 17 00:00:00 2001 From: tmk Date: Tue, 26 Nov 2013 14:31:57 +0900 Subject: Fix ps2_host_recv_response --- common/print.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common') 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) -- cgit v1.2.3-24-g4f1b