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:
hweisbach 2012-08-13 19:31:38 +00:00
parent 7a9f682332
commit 787a623715
1 changed files with 1 additions and 0 deletions

View File

@ -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 */