summaryrefslogtreecommitdiff
path: root/src/systemtask/SystemTask.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-09-18 17:37:37 +0200
committerJean-François Milants <jf@codingfield.com>2021-09-18 17:37:37 +0200
commitf556003de39f88323434644ccf910f9863d854b9 (patch)
treed37d9c33b6233972596218cd4dc080d0d10a06c3 /src/systemtask/SystemTask.h
parent7af7db74cde6e8ab23e2e261049cf14396e1e682 (diff)
parent28fdc376b23ee2cd87a3ed8925b44a2f6e614ebf (diff)
Merge branch 'PersistantStorage' of git://github.com/geekbozu/InfiniTime into geekbozu-PersistantStorage
# Conflicts: # src/systemtask/SystemTask.cpp
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 9e7e5e8c..1fcfeb8a 100644
--- a/src/systemtask/SystemTask.h
+++ b/src/systemtask/SystemTask.h
@@ -33,6 +33,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;