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
No known key found for this signature in database
GPG Key ID: B0B4F1FD86B1EC55
1 changed files with 1 additions and 1 deletions

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;