Skip to content

Commit 8a5d051

Browse files
per1234f34rdotcom
andcommittedSep 26, 2020
Update build/shared/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino
Co-Authored-By: f34rdotcom <[email protected]>
1 parent aed98a8 commit 8a5d051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ uint8_t spi_transaction(uint8_t a, uint8_t b, uint8_t c, uint8_t d) {
342342
void empty_reply() {
343343
if (CRC_EOP == getch()) {
344344
// clear RX buffer. No more host data expected until after SYNC.
345-
while(SERIAL.available())
345+
while (SERIAL.available())
346346
SERIAL.read();
347347
SERIAL.print((char)STK_INSYNC);
348348
SERIAL.print((char)STK_OK);

0 commit comments

Comments
 (0)
Please sign in to comment.