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 d968c7a commit 8dfe833Copy full SHA for 8dfe833
build/shared/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino
@@ -497,6 +497,10 @@ int avrisp() {
497
Serial.print("AVR ISP");
498
Serial.print((char) STK_OK);
499
}
500
+ else {
501
+ error++;
502
+ Serial.print((char) STK_NOSYNC);
503
+ }
504
break;
505
case 'A':
506
get_version(getch());
@@ -574,5 +578,3 @@ int avrisp() {
574
578
575
579
576
580
577
-
0 commit comments