summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-02-23 20:09:11 (GMT)
committerJF <jf@codingfield.com>2020-02-23 20:09:11 (GMT)
commit0aa1803ea22b119401bcd2e4d9d5278e8386f151 (patch)
treed7c6f7073430a2e3984b390ab0b4e12dc693be83 /src/CMakeLists.txt
parentf07ffab4c1fa876e8da9a1bcc895ecf0dfa75acf (diff)
Enable watchdog, and issue a WDT reset when the button is pushed for more than 7s.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3fb4dd6..6b5c574 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -160,11 +160,10 @@ list(APPEND SOURCE_FILES
DisplayApp/Screens/Clock.cpp
DisplayApp/Screens/Message.cpp
DisplayApp/Screens/Tile.cpp
-# DisplayApp/Screens/Tab.cpp
main.cpp
drivers/St7789.cpp
drivers/SpiMaster.cpp
-# Components/Gfx/Gfx.cpp
+ drivers/Watchdog.cpp
BLE/BleManager.c
Components/Battery/BatteryController.cpp
Components/Ble/BleController.cpp
@@ -194,6 +193,7 @@ set(INCLUDE_FILES
# DisplayApp/Screens/Tab.h
drivers/St7789.h
drivers/SpiMaster.h
+ drivers/Watchdog.h
BLE/BleManager.h
Components/Battery/BatteryController.h
Components/Ble/BleController.h