movement: refactor timeout to tick first, then notify

This commit is contained in:
Joey Castillo
2021-11-07 00:29:27 -04:00
parent 0f03257ee9
commit ef40d58afc
2 changed files with 10 additions and 7 deletions

View File

@@ -28,7 +28,6 @@ bool simple_clock_face_loop(movement_event_t event, movement_settings_t *setting
switch (event.event_type) {
case EVENT_ACTIVATE:
case EVENT_TICK:
case EVENT_TIMEOUT:
case EVENT_LOW_ENERGY_UPDATE:
date_time = watch_rtc_get_date_time();
previous_date_time = *((uint32_t *)context);