Fix debug print
This commit is contained in:
parent
d42aa47809
commit
d5482f29f4
3 changed files with 7 additions and 18 deletions
|
@ -180,7 +180,7 @@ ISR(IBM4704_INT_VECT)
|
|||
ERROR:
|
||||
ibm4704_error = state;
|
||||
while (ibm4704_send(0xFE)) _delay_ms(1); // resend
|
||||
xprintf("R:%02X\n", data);
|
||||
xprintf("R:%02X%02X\n", state, data);
|
||||
DONE:
|
||||
state = INIT;
|
||||
data = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue