summaryrefslogtreecommitdiffstats
path: root/movement/movement.h
diff options
context:
space:
mode:
Diffstat (limited to 'movement/movement.h')
-rw-r--r--movement/movement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/movement/movement.h b/movement/movement.h
index e8bf9247..cb162b95 100644
--- a/movement/movement.h
+++ b/movement/movement.h
@@ -167,6 +167,9 @@ typedef struct {
uint8_t mode_down_timestamp;
uint8_t alarm_down_timestamp;
+ // background task handling
+ bool needs_background_tasks_handled;
+
// low energy mode countdown
int32_t le_mode_ticks;