From e8f9304d37751e0344da4bd62183145235e071b5 Mon Sep 17 00:00:00 2001 From: JF Date: Mon, 23 Dec 2019 19:57:45 +0100 Subject: Code cleaning, implement BT connection, advertising, discovery and CTS in ble_manager module. --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d2ba5e25..46c684ab 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -36,6 +36,7 @@ list(APPEND SOURCE_FILES drivers/St7789.cpp drivers/SpiMaster.cpp Components/Gfx/Gfx.cpp + BLE/BleManager.c ) set(INCLUDE_FILES @@ -47,6 +48,7 @@ set(INCLUDE_FILES drivers/St7789.h drivers/SpiMaster.h Components/Gfx/Gfx.h + BLE/BleManager.h ) nRF5x_addExecutable(pinetime-app "${SOURCE_FILES}") \ No newline at end of file -- cgit v1.2.3-70-g09d2