Firmware Updater: Log avrdude arguments
This commit is contained in:
parent
ed5598f59f
commit
91ccdb0a4d
4 changed files with 17 additions and 9 deletions
|
@ -1082,6 +1082,7 @@ int avrdude_main(int argc, char * argv [], const char *sys_config)
|
|||
if (rc < 0) {
|
||||
exitrc = 1;
|
||||
pgm->ppidata = 0; /* clear all bits at exit */
|
||||
avrdude_message(MSG_INFO, "%s: Could not open port: %s\n", progname, port);
|
||||
goto main_exit;
|
||||
}
|
||||
is_open = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue