mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 06:55:27 +00:00
Don't print irrelevant information for the Arduino programmer
This commit is contained in:
@@ -1209,6 +1209,7 @@ static void stk500_display(PROGRAMMER * pgm, const char * p)
|
||||
}
|
||||
avrdude_message(MSG_INFO, "%sTopcard : %s\n", p, n);
|
||||
}
|
||||
if(strcmp(pgm->type, "Arduino") != 0)
|
||||
stk500_print_parms1(pgm, p);
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user