summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-04-23 18:34:38 (GMT)
committerJF <jf@codingfield.com>2020-04-23 18:34:38 (GMT)
commit24a7b6e39758386f9f33df266a9419dd3408f862 (patch)
treef7415bdeafc1e519a467a1c000f97ba6855a508a /src/CMakeLists.txt
parent14d6954466b44c4eee72c68ee91ab1cf7f45dab3 (diff)
NimbleController : Encapsulate device info service in its own class.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f16ee0c..653151d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -317,6 +317,7 @@ list(APPEND SOURCE_FILES
Components/DateTime/DateTimeController.cpp
Components/Brightness/BrightnessController.cpp
Components/Ble/NimbleController.cpp
+ Components/Ble/DeviceInformationService.cpp
drivers/Cst816s.cpp
FreeRTOS/port.c
FreeRTOS/port_cmsis_systick.c
@@ -362,6 +363,7 @@ set(INCLUDE_FILES
Components/DateTime/DateTimeController.h
Components/Brightness/BrightnessController.h
Components/Ble/NimbleController.h
+ Components/Ble/DeviceInformationService.h
drivers/Cst816s.h
FreeRTOS/portmacro.h
FreeRTOS/portmacro_cmsis.h