We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98844ea commit 678df05Copy full SHA for 678df05
kwp1281_tool/firmware/kwp1281.c
@@ -221,7 +221,7 @@ kwp_result_t kwp_receive_block_expect(uint8_t title)
221
if (kwp_rx_buf[2] == title) { return KWP_SUCCESS; }
222
223
uart_flush_tx(UART_DEBUG);
224
- printf("\r\n\r\nExpected to receive title 0x%02X, got0x%02X\r\n",
+ printf("\r\n\r\nExpected to receive title 0x%02X, got 0x%02X\r\n",
225
title, kwp_rx_buf[2]);
226
227
return KWP_UNEXPECTED;
0 commit comments