Skip to content

Commit aed98a8

Browse files
per1234f34rdotcom
andcommitted
Update build/shared/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino
Co-Authored-By: f34rdotcom <coder@f34r.com>
1 parent d58cbe7 commit aed98a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ void empty_reply() {
343343
if (CRC_EOP == getch()) {
344344
// clear RX buffer. No more host data expected until after SYNC.
345345
while(SERIAL.available())
346-
SERIAL.read();
346+
SERIAL.read();
347347
SERIAL.print((char)STK_INSYNC);
348348
SERIAL.print((char)STK_OK);
349349
} else {

0 commit comments

Comments
 (0)