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 d58cbe7 commit aed98a8Copy full SHA for aed98a8
examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino
@@ -343,7 +343,7 @@ void empty_reply() {
343
if (CRC_EOP == getch()) {
344
// clear RX buffer. No more host data expected until after SYNC.
345
while(SERIAL.available())
346
- SERIAL.read();
+ SERIAL.read();
347
SERIAL.print((char)STK_INSYNC);
348
SERIAL.print((char)STK_OK);
349
} else {
0 commit comments