1
0
Fork 0

Fix ps2_host_recv_response

This commit is contained in:
tmk 2013-11-26 14:31:57 +09:00
parent 9ae9742ac5
commit 9d26053f1c
3 changed files with 12 additions and 13 deletions

View file

@ -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)