diff options
| author | JF <jf@codingfield.com> | 2019-12-27 17:05:49 +0100 |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2019-12-27 17:05:49 +0100 |
| commit | 46eeefb53a1843908c3e7dbae56dbaa0a6d83bdd (patch) | |
| tree | 2ce3c2e9c819cd84b42b3c6035890b1cdb7dd45e /src/CMakeLists.txt | |
| parent | 11aa5e3d880af978dc5c337357c3802355c799eb (diff) | |
Add BleController to manage the BLE connection status
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b845fedd..a30bd19a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -39,6 +39,7 @@ list(APPEND SOURCE_FILES Components/Gfx/Gfx.cpp BLE/BleManager.c Components/Battery/BatteryController.cpp + Components/Ble/BleController.cpp ) set(INCLUDE_FILES @@ -53,6 +54,7 @@ set(INCLUDE_FILES Components/Gfx/Gfx.h BLE/BleManager.h Components/Battery/BatteryController.h + Components/Ble/BleController.h ) nRF5x_addExecutable(pinetime-app "${SOURCE_FILES}")
\ No newline at end of file |
