Merge pull request #431 from MangoTornado/dev

typos mangoTornado
This commit is contained in:
RogueMaster
2022-11-22 00:26:35 -05:00
committed by GitHub
5 changed files with 8 additions and 8 deletions

View File

@@ -121,7 +121,7 @@ void cli_command_gpio_mode(Cli* cli, FuriString* args, void* context) {
if(cli_command_gpio_pins[num].debug) {
printf(
"Changeing this pin mode may damage hardware. Are you sure you want to continue? (y/n)?\r\n");
"Changing this pin mode may damage hardware. Are you sure you want to continue? (y/n)?\r\n");
char c = cli_getc(cli);
if(c != 'y' && c != 'Y') {
printf("Cancelled.\r\n");