mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-10-09 04:01:01 +00:00
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:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user