Fixed build warnings

This commit is contained in:
David Volovskiy
2026-04-16 11:01:48 -04:00
parent 84b133feee
commit 08f8cb687e
4 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ void voltage_face_activate(void *context) {
bool voltage_face_loop(movement_event_t event, void *context) {
(void) context;
watch_date_time_t date_time;
watch_date_time_t date_time = {0};
switch (event.event_type) {
case EVENT_ACTIVATE:
if (watch_sleep_animation_is_running()) watch_stop_sleep_animation();