8000 Update build/shared/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino · f34rdotcom/Arduino@484ee34 · GitHub
[go: up one dir, main page]

Skip to content

Commit 484ee34

Browse files
per1234f34rdotcom
andauthored
Update build/shared/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino
Co-Authored-By: f34rdotcom <coder@f34r.com>
1 parent 4d469a6 commit 484ee34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/shared/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ void empty_reply() {
333333
if (CRC_EOP == getch()) {
334334
// clear RX buffer. No more host data expected until after SYNC.
335335
while(SERIAL.available())
336-
SERIAL.read();
336+
SERIAL.read();
337337
SERIAL.print((char)STK_INSYNC);
338338
SERIAL.print((char)STK_OK);
339339
} else {

0 commit comments

Comments
 (0)
0