summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAdam Pigg <adam@piggz.co.uk>2020-05-04 21:43:51 +0100
committerAdam Pigg <adam@piggz.co.uk>2020-05-05 20:58:15 +0100
commit206bdbf5eb94ac967284862b5d7a270ed50195db (patch)
tree4a7faae0ea7530c6a217a8ba8c94ea205bb6a62d /src/CMakeLists.txt
parentd33be52bc9cec10e530e1390f1cf812c12cd830e (diff)
Move PinetimeService to CurrentTimeService witha view to implement CTS
for time handling
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 777faefc..4b1f7c16 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -319,7 +319,7 @@ list(APPEND SOURCE_FILES
Components/Ble/DeviceInformationService.cpp
Components/Ble/CurrentTimeClient.cpp
Components/Ble/AlertNotificationClient.cpp
- Components/Ble/PinetimeService.cpp
+ Components/Ble/CurrentTimeService.cpp
Components/Ble/AlertNotificationService.cpp
drivers/Cst816s.cpp
FreeRTOS/port.c