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