diff options
| author | Adam Pigg <adam@piggz.co.uk> | 2020-05-04 20:43:51 (GMT) |
|---|---|---|
| committer | Adam Pigg <adam@piggz.co.uk> | 2020-05-04 20:43:51 (GMT) |
| commit | 9935fb193c7f8c109d8fc4de6e030d4146f35f5f (patch) | |
| tree | cb773cdadb31c87866ec88b8287bd30df4f52f59 /src/CMakeLists.txt | |
| parent | 5df4c1016ae9e0ca65061c12117691301ca93766 (diff) | |
Move PinetimeService to CurrentTimeService witha view to implement CTS
for time handling
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e2bf962..11a345c 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 |
