Skip to content

Commit f57ea5e

Browse files
committed
Remove sim copy of MotionController.h
1 parent 16b7505 commit f57ea5e

File tree

3 files changed

+2
-252
lines changed

3 files changed

+2
-252
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ target_sources(infinisim PUBLIC
139139
sim/components/firmwarevalidator/FirmwareValidator.cpp
140140
sim/components/heartrate/HeartRateController.h
141141
sim/components/heartrate/HeartRateController.cpp
142-
sim/components/motion/MotionController.h
143-
sim/components/motion/MotionController.cpp
144142
sim/drivers/Bma421.h
145143
sim/drivers/Bma421.cpp
146144
sim/drivers/Cst816s.h
@@ -209,6 +207,8 @@ target_sources(infinisim PUBLIC
209207
${InfiniTime_DIR}/src/components/ble/SimpleWeatherService.cpp
210208
${InfiniTime_DIR}/src/components/fs/FS.h
211209
${InfiniTime_DIR}/src/components/fs/FS.cpp
210+
${InfiniTime_DIR}/src/components/motion/MotionController.h
211+
${InfiniTime_DIR}/src/components/motion/MotionController.cpp
212212
${InfiniTime_DIR}/src/components/motor/MotorController.h
213213
${InfiniTime_DIR}/src/components/motor/MotorController.cpp
214214
${InfiniTime_DIR}/src/drivers/Hrs3300.h

sim/components/motion/MotionController.cpp

-147
This file was deleted.

sim/components/motion/MotionController.h

-103
This file was deleted.

0 commit comments

Comments
 (0)