JOB to JOb
This commit is contained in:
parent
af6f6002ba
commit
0d58f0d77d
@ -375,7 +375,7 @@ static void display_lose(wordle_state_t *state, uint8_t subsecond) {
|
|||||||
static void display_win(wordle_state_t *state, uint8_t subsecond) {
|
static void display_win(wordle_state_t *state, uint8_t subsecond) {
|
||||||
(void) state;
|
(void) state;
|
||||||
char buf[13];
|
char buf[13];
|
||||||
sprintf(buf," W %s ", subsecond % 2 ? "NICE" : "JOB ");
|
sprintf(buf," W %s ", subsecond % 2 ? "NICE" : "JOb ");
|
||||||
watch_display_string(buf, 0);
|
watch_display_string(buf, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user