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 eca360b commit 5a04ab2Copy full SHA for 5a04ab2
build/shared/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino
@@ -581,12 +581,8 @@ int avrisp() {
581
empty_reply();
582
break;
583
case 'P':
584
- if (pmode) {
585
- pulse(LED_ERR, 3);
586
- }
587
- else {
+ if (!pmode)
588
start_pmode();
589
590
591
592
case 'U': // set address (word)
0 commit comments