diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-15 11:10:42 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-16 12:16:03 (GMT) |
| commit | 9f682f4132a71ca1fef0b567b1334031df382abb (patch) | |
| tree | b76a59df388e507969b7d13ecd6ed4455af76c88 /src/systemtask/SystemTask.cpp | |
| parent | 2e367ec0aea857a1aee7306a2de893f96a60f2df (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.cpp | 2 |
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(); |
