Fix ps2_host_recv_response
This commit is contained in:
parent
9ae9742ac5
commit
9d26053f1c
3 changed files with 12 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue