mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-24 01:56:25 +03:00
Merge pull request #1745 from stefanrueger/override-signature-check
Consult -F option when signature cannot be read
This commit is contained in:
@@ -1580,8 +1580,11 @@ skipopen:
|
||||
}
|
||||
}
|
||||
pmsg_error("unable to read signature data, rc=%d\n", rc);
|
||||
exitrc = 1;
|
||||
goto main_exit;
|
||||
if(!ovsigck) {
|
||||
imsg_error("use -F to override this check\n");
|
||||
exitrc = 1;
|
||||
goto main_exit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user