summaryrefslogtreecommitdiff
path: root/src/systemtask/SystemTask.cpp
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-04-17 11:12:34 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-04-17 13:14:47 (GMT)
commitc372ba1908bb861d7f05d057c7fc25202c34bbe3 (patch)
treee45892b625dd535521dd44d99af10d4911fcea3a /src/systemtask/SystemTask.cpp
parent50b5b2ccb716a4a5c5b409962424a2441c9435e7 (diff)
Remove app_timer component from compilation
Diffstat (limited to 'src/systemtask/SystemTask.cpp')
-rw-r--r--src/systemtask/SystemTask.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/systemtask/SystemTask.cpp b/src/systemtask/SystemTask.cpp
index 35406bf..7e34b23 100644
--- a/src/systemtask/SystemTask.cpp
+++ b/src/systemtask/SystemTask.cpp
@@ -127,8 +127,6 @@ void SystemTask::Work() {
NRF_LOG_INFO("Last reset reason : %s", Pinetime::Drivers::Watchdog::ResetReasonToString(watchdog.ResetReason()));
APP_GPIOTE_INIT(2);
- app_timer_init();
-
spi.Init();
spiNorFlash.Init();
spiNorFlash.Wakeup();