mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 15:05:27 +00:00
Indent erasing chip message in main
This commit is contained in:
@@ -1393,7 +1393,7 @@ int main(int argc, char * argv [])
|
|||||||
if (uflags & UF_NOWRITE) {
|
if (uflags & UF_NOWRITE) {
|
||||||
pmsg_warning("conflicting -e and -n options specified, NOT erasing chip\n");
|
pmsg_warning("conflicting -e and -n options specified, NOT erasing chip\n");
|
||||||
} else {
|
} else {
|
||||||
msg_info("erasing chip\n");
|
pmsg_info("erasing chip\n");
|
||||||
exitrc = avr_chip_erase(pgm, p);
|
exitrc = avr_chip_erase(pgm, p);
|
||||||
if(exitrc)
|
if(exitrc)
|
||||||
goto main_exit;
|
goto main_exit;
|
||||||
|
Reference in New Issue
Block a user