From 6f1857c50397aa26d1b16ded6bbb4e6952f3762e Mon Sep 17 00:00:00 2001 From: JF Date: Sun, 1 Mar 2020 21:00:59 +0100 Subject: Add debugPins module that provides functions to set and clear debug GPIOs. Disable logging once again. --- 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 ac19cf09..86ef8869 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 -- cgit v1.2.3-70-g09d2