1
0
mirror of https://github.com/whowechina/aic_pico.git synced 2025-02-22 05:09:38 +01:00

Optimize keystuck message.

This commit is contained in:
whowechina 2024-05-21 14:53:49 +08:00
parent 07b0807a1b
commit 2245a608cd

View File

@ -54,8 +54,7 @@ static void handle_display()
printf(" AIME Pattern: %s\n", aime_get_mode_string()); printf(" AIME Pattern: %s\n", aime_get_mode_string());
} }
if (keypad_is_stuck()) { if (keypad_is_stuck()) {
printf("\n Warning: Keypad disabled due to key STUCK!\n"); printf("\nWarning: Keypad disabled due to key STUCK!\n");
} }
} }