diff options
Diffstat (limited to 'tmk_core/protocol/ibm4704.c')
| -rw-r--r-- | tmk_core/protocol/ibm4704.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/ibm4704.c b/tmk_core/protocol/ibm4704.c index 152d7e61b..a10a5e74d 100644 --- a/tmk_core/protocol/ibm4704.c +++ b/tmk_core/protocol/ibm4704.c | |||
| @@ -180,7 +180,7 @@ ISR(IBM4704_INT_VECT) | |||
| 180 | ERROR: | 180 | ERROR: |
| 181 | ibm4704_error = state; | 181 | ibm4704_error = state; |
| 182 | while (ibm4704_send(0xFE)) _delay_ms(1); // resend | 182 | while (ibm4704_send(0xFE)) _delay_ms(1); // resend |
| 183 | xprintf("R:%02X\n", data); | 183 | xprintf("R:%02X%02X\n", state, data); |
| 184 | DONE: | 184 | DONE: |
| 185 | state = INIT; | 185 | state = INIT; |
| 186 | data = 0; | 186 | data = 0; |
