TimerController: Rename to Timer
This commit is contained in:
parent
661ffbeb1e
commit
40f7e1c7be
7 changed files with 26 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue