Fixed build warnings
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user