summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAdam Pigg <adam@piggz.co.uk>2020-04-28 10:21:35 (GMT)
committerAdam Pigg <adam@piggz.co.uk>2020-04-28 10:21:35 (GMT)
commitf201c9afdc71eba0eb05837d09f37fcb59a76d1e (patch)
tree4f61e424133142ab789aa246900da10f3c729926 /src/CMakeLists.txt
parentbe67b5297d63dfd0d0c8d732c3e2bce40af4e547 (diff)
Add a simple service to allow setting the time from a controlling
application
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ad83cae..ede2bad 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -319,6 +319,7 @@ list(APPEND SOURCE_FILES
Components/Ble/DeviceInformationService.cpp
Components/Ble/CurrentTimeClient.cpp
Components/Ble/AlertNotificationClient.cpp
+ Components/Ble/PinetimeService.cpp
drivers/Cst816s.cpp
FreeRTOS/port.c
FreeRTOS/port_cmsis_systick.c