Don't start_pmode if we're already in pmode.

This commit is contained in:
Randall Bohn (Huckle) 2012-02-18 07:18:29 -07:00 committed by Peter Van Hoyweghen
parent a2a06f56cc
commit d968c7a8ee
1 changed files with 7 additions and 3 deletions

View File

@ -66,7 +66,7 @@
void pulse(int pin, int times);
void setup() {
Serial.begin(19200);
Serial.begin(9600);
pinMode(LED_PMODE, OUTPUT);
pulse(LED_PMODE, 2);
pinMode(LED_ERR, OUTPUT);
@ -510,9 +510,13 @@ int avrisp() {
fill(5);
empty_reply();
break;
case 'P':
start_pmode();
if (pmode) {
pulse(LED_ERR, 3);
}
else {
start_pmode();
}
empty_reply();
break;
case 'U': // set address (word)