silence most warnings

This commit is contained in:
joeycastillo
2023-04-16 10:49:03 -04:00
parent eb71681779
commit e083f9b386
3 changed files with 4 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ static void _display_percentage(float percentage, char *buf) {
/// @brief draw the current state to the display
static void _draw(time_left_state_t *state, uint8_t subsecond) {
char buf[14];
char buf[17];
watch_display_character(_state_titles[state->current_page][0], 0);
watch_display_character(_state_titles[state->current_page][1], 1);
watch_display_character(' ', 2);