summaryrefslogtreecommitdiff
path: root/src/systemtask/SystemTask.cpp
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-04-15 11:10:42 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-04-16 12:16:03 (GMT)
commit9f682f4132a71ca1fef0b567b1334031df382abb (patch)
treeb76a59df388e507969b7d13ecd6ed4455af76c88 /src/systemtask/SystemTask.cpp
parent2e367ec0aea857a1aee7306a2de893f96a60f2df (diff)
remove app timer, with the exception of header, to keep APP_TIMER_TICKS definition.
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 c1fd3c1..2f9c4f0 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();