aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2023-04-11 12:18:49 +0300
committerRiku Isokoski <riksu9000@gmail.com>2023-04-16 14:33:23 +0000
commit40f7e1c7be6882e01058b5ccf64d5005c6105346 (patch)
tree7117de9dc371404da75efd10813d724b5e0205a3 /src/CMakeLists.txt
parent661ffbeb1eea68ec0cd63b4db537515f1d1772c8 (diff)
TimerController: Rename to Timer
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a6a5bf54..574a0ad5 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -472,7 +472,7 @@ list(APPEND SOURCE_FILES
components/firmwarevalidator/FirmwareValidator.cpp
components/motor/MotorController.cpp
components/settings/Settings.cpp
- components/timer/TimerController.cpp
+ components/timer/Timer.cpp
components/alarm/AlarmController.cpp
components/fs/FS.cpp
drivers/Cst816s.cpp
@@ -537,7 +537,7 @@ list(APPEND RECOVERY_SOURCE_FILES
components/ble/MotionService.cpp
components/firmwarevalidator/FirmwareValidator.cpp
components/settings/Settings.cpp
- components/timer/TimerController.cpp
+ components/timer/Timer.cpp
components/alarm/AlarmController.cpp
drivers/Cst816s.cpp
FreeRTOS/port.c
@@ -653,7 +653,7 @@ set(INCLUDE_FILES
components/ble/MotionService.h
components/ble/weather/WeatherService.h
components/settings/Settings.h
- components/timer/TimerController.h
+ components/timer/Timer.h
components/alarm/AlarmController.h
drivers/Cst816s.h
FreeRTOS/portmacro.h