1
0
Fork 0

Fix debug print

This commit is contained in:
tmk 2014-10-28 14:41:45 +09:00 committed by Jun Wako
parent d42aa47809
commit d5482f29f4
3 changed files with 7 additions and 18 deletions

View file

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