summaryrefslogtreecommitdiff
path: root/src/SystemTask/SystemTask.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-07-04 18:10:30 +0200
committerJF <jf@codingfield.com>2020-07-04 18:10:30 +0200
commit62de76ba99f28eccbe72bbf132ae64cd05eaf6b6 (patch)
treecd03649ffd19c4dba7941ae2c743b7a041db3b8f /src/SystemTask/SystemTask.h
parent4abbd7d0cf06783e0a7fb09c06d102a8c39f75da (diff)
Automatically switch the display on when receiving a notification
Diffstat (limited to 'src/SystemTask/SystemTask.h')
-rw-r--r--src/SystemTask/SystemTask.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SystemTask/SystemTask.h b/src/SystemTask/SystemTask.h
index e006058f..860647a1 100644
--- a/src/SystemTask/SystemTask.h
+++ b/src/SystemTask/SystemTask.h
@@ -66,6 +66,7 @@ namespace Pinetime {
static void Process(void* instance);
void Work();
+ void ReloadIdleTimer() const;
bool isBleDiscoveryTimerRunning = false;
uint8_t bleDiscoveryTimer = 0;
static constexpr uint32_t idleTime = 15000;