mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-23 17:46:33 +03:00
Change error message in butterfly_vfy_cmd_sent()
This commit is contained in:
@@ -119,9 +119,10 @@ static int butterfly_vfy_cmd_sent(const PROGRAMMER *pgm, char *errmsg) {
|
||||
|
||||
EI(butterfly_recv(pgm, &c, 1));
|
||||
if (c != '\r') {
|
||||
pmsg_error("programmer did not respond to command: %s\n", errmsg);
|
||||
pmsg_error("protocol error for command: %s\n", errmsg);
|
||||
return -1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user