consistently use _t convention

This commit is contained in:
joeycastillo
2024-09-29 07:45:24 -04:00
parent 01f1008e16
commit 9bedee8e54
3 changed files with 17 additions and 17 deletions

View File

@@ -64,7 +64,7 @@ static bool clock_should_set_leading_zero(movement_settings_t *settings) {
return clock_is_in_24h_mode(settings) && settings->bit.clock_24h_leading_zero;
}
static void clock_indicate(WatchIndicatorSegment indicator, bool on) {
static void clock_indicate(watch_indicator_t indicator, bool on) {
if (on) {
watch_set_indicator(indicator);
} else {