Skip to content

Commit

Permalink
Fix debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
yashikno authored and tmk committed Apr 22, 2015
1 parent 502fb0c commit 6ec424f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/ibm4704.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6ec424f

Please sign in to comment.