aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2023-02-24 07:38:16 +0200
committerRiku Isokoski <riksu9000@gmail.com>2023-02-25 17:22:25 +0200
commitb63bb798acd9bc40adda78774e1c433ef21995a5 (patch)
tree6eb225eb665668b3d7c4b048fe38c91b8e6f72d6 /src/main.cpp
parenteccea5ab9f43eea3c3ac6dbfb7e03dd81578191c (diff)
DateTimeController: Remove SetTime tick parameter
The systick doesn't need to be updated when setting time. Also removed unused nrf_rtc.h includes.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 36fb49c4..74804214 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,5 +1,4 @@
// nrf
-#include <hal/nrf_rtc.h>
#include <hal/nrf_wdt.h>
#include <legacy/nrf_drv_clock.h>
#include <libraries/gpiote/app_gpiote.h>