mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 06:55:27 +00:00
* main.c: Re-added default to serial port for BusPirate.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@872 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-10-12 Michal Ludvig <mludvig@logix.net.nz>
|
||||||
|
|
||||||
|
* main.c: Re-added default to serial port for BusPirate.
|
||||||
|
|
||||||
2009-10-12 David Hoerl <dhoerl@mac.com>
|
2009-10-12 David Hoerl <dhoerl@mac.com>
|
||||||
|
|
||||||
* main.c: removed some avr32 code that was pushed into jtagmkII.c
|
* main.c: removed some avr32 code that was pushed into jtagmkII.c
|
||||||
|
1
main.c
1
main.c
@@ -679,6 +679,7 @@ int main(int argc, char * argv [])
|
|||||||
|
|
||||||
if ((strcmp(pgm->type, "STK500") == 0) ||
|
if ((strcmp(pgm->type, "STK500") == 0) ||
|
||||||
(strcmp(pgm->type, "avr910") == 0) ||
|
(strcmp(pgm->type, "avr910") == 0) ||
|
||||||
|
(strcmp(pgm->type, "BusPirate") == 0) ||
|
||||||
(strcmp(pgm->type, "STK500V2") == 0) ||
|
(strcmp(pgm->type, "STK500V2") == 0) ||
|
||||||
(strcmp(pgm->type, "JTAGMKII") == 0)) {
|
(strcmp(pgm->type, "JTAGMKII") == 0)) {
|
||||||
if (port == default_parallel) {
|
if (port == default_parallel) {
|
||||||
|
Reference in New Issue
Block a user