Fixes 'label at end of compound statement' error introdcued in r1099
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1100 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
7a9f682332
commit
787a623715
|
@ -782,6 +782,7 @@ static int avrftdi_open(PROGRAMMER * pgm, char *port)
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
//TODO: error/unsupported device
|
//TODO: error/unsupported device
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* add SCK, MOSI and RESET as output pins - MISO needs no configuration */
|
/* add SCK, MOSI and RESET as output pins - MISO needs no configuration */
|
||||||
|
|
Loading…
Reference in New Issue