diff options
| author | mark9064 <30447455+mark9064@users.noreply.github.com> | 2023-12-28 20:56:37 +0000 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-06-09 18:34:07 +0200 |
| commit | a449b272f77ea43733be4b3449f6ef57e6d09a02 (patch) | |
| tree | 1fadb72dbe5b37198c1fe617c8d283ae5ff46675 /src/systemtask | |
| parent | 9e406c70f95c2db93bbf84965c210ee274da1dd2 (diff) | |
Continuous time updates
Diffstat (limited to 'src/systemtask')
| -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 e3d40d35..a56c2591 100644 --- a/src/systemtask/SystemTask.cpp +++ b/src/systemtask/SystemTask.cpp @@ -410,8 +410,6 @@ void SystemTask::Work() { } monitor.Process(); - uint32_t systick_counter = nrf_rtc_counter_get(portNRF_RTC_REG); - dateTimeController.UpdateTime(systick_counter); NoInit_BackUpTime = dateTimeController.CurrentDateTime(); if (nrf_gpio_pin_read(PinMap::Button) == 0) { watchdog.Reload(); |
