diff options
| author | JF <jf@codingfield.com> | 2020-03-01 20:00:59 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-03-01 20:00:59 (GMT) |
| commit | 6f1857c50397aa26d1b16ded6bbb4e6952f3762e (patch) | |
| tree | 877086a8a42fba1dfb11b853be730410de8e506c /src/CMakeLists.txt | |
| parent | 5bc0640b735573b465cfef16fb729ad5f5149eb4 (diff) | |
Add debugPins module that provides functions to set and clear debug GPIOs.
Disable logging once again.
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 ac19cf0..86ef886 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -178,6 +178,7 @@ list(APPEND SOURCE_FILES drivers/St7789.cpp drivers/SpiMaster.cpp drivers/Watchdog.cpp + drivers/DebugPins.cpp BLE/BleManager.c Components/Battery/BatteryController.cpp Components/Ble/BleController.cpp @@ -211,6 +212,7 @@ set(INCLUDE_FILES drivers/St7789.h drivers/SpiMaster.h drivers/Watchdog.h + drivers/DebugPins.h BLE/BleManager.h Components/Battery/BatteryController.h Components/Ble/BleController.h |
