summaryrefslogtreecommitdiff
path: root/src/systemtask/SystemTask.h
diff options
context:
space:
mode:
authorTim Keller <geekboy1011@gmail.com>2021-08-19 00:51:12 (GMT)
committerTim Keller <geekboy1011@gmail.com>2021-08-19 00:51:12 (GMT)
commit4f6d7e2c6386ed584a54a513c811cb77b5d320e1 (patch)
tree229883b7e952f7ed34eb90b7b41ea7892c1532ca /src/systemtask/SystemTask.h
parent2dd7b8ba2c0c8f756eddd9c86a40497f1b7f7537 (diff)
Move Backup to the system task.
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 ba43429..9293fd7 100644
--- a/src/systemtask/SystemTask.h
+++ b/src/systemtask/SystemTask.h
@@ -30,6 +30,7 @@
#include "drivers/Watchdog.h"
#include "Messages.h"
+extern std::chrono::time_point<std::chrono::system_clock, std::chrono::nanoseconds> NoInit_BackUpTime;
namespace Pinetime {
namespace Drivers {
class Cst816S;