Indent erasing chip message in main

This commit is contained in:
Stefan Rueger
2022-11-10 23:18:43 +00:00
parent c67bfe39a3
commit 22bd977365

View File

@@ -1393,7 +1393,7 @@ int main(int argc, char * argv [])
if (uflags & UF_NOWRITE) {
pmsg_warning("conflicting -e and -n options specified, NOT erasing chip\n");
} else {
msg_info("erasing chip\n");
pmsg_info("erasing chip\n");
exitrc = avr_chip_erase(pgm, p);
if(exitrc)
goto main_exit;