diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-17 11:12:34 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-17 13:14:47 (GMT) |
| commit | c372ba1908bb861d7f05d057c7fc25202c34bbe3 (patch) | |
| tree | e45892b625dd535521dd44d99af10d4911fcea3a /src/systemtask/SystemTask.cpp | |
| parent | 50b5b2ccb716a4a5c5b409962424a2441c9435e7 (diff) | |
Remove app_timer component from compilation
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 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(); |
