mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
Don't pulse error led if avrdude enters programming mode twice
This commit is contained in:
parent
eca360bf42
commit
5a04ab2a32
@ -581,12 +581,8 @@ int avrisp() {
|
||||
empty_reply();
|
||||
break;
|
||||
case 'P':
|
||||
if (pmode) {
|
||||
pulse(LED_ERR, 3);
|
||||
}
|
||||
else {
|
||||
if (!pmode)
|
||||
start_pmode();
|
||||
}
|
||||
empty_reply();
|
||||
break;
|
||||
case 'U': // set address (word)
|
||||
|
Loading…
x
Reference in New Issue
Block a user