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