Skip to content

Commit

Permalink
changes to main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
cindydeng1998 committed Aug 12, 2020
1 parent cab5a4c commit 8df3360
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions STMicroelectronics/STM32L4_L4+/app/main.c
Expand Up @@ -61,8 +61,7 @@ void azure_thread_entry(ULONG parameter)
} else if (menu_option == 0) {
break;
}
printf("Invalid input.\nEnter 0 - Continue\nEnter 1 - "
"Erase/Reset flash\n");
printf("Invalid input.\nEnter 0 - Continue\nEnter 1 - Erase/Reset flash\n");
}

}
Expand Down

0 comments on commit 8df3360

Please sign in to comment.