diff --git a/include/motor-control/core/stepper_motor/motion_controller.hpp b/include/motor-control/core/stepper_motor/motion_controller.hpp index dd12d9ac2..78d6d9006 100644 --- a/include/motor-control/core/stepper_motor/motion_controller.hpp +++ b/include/motor-control/core/stepper_motor/motion_controller.hpp @@ -200,8 +200,8 @@ class MotionController { auto check_read_sync_line() -> bool { return hardware.check_sync_in(); } void enable_motor() { - hardware.start_timer_interrupt(); hardware.activate_motor(); + hardware.start_timer_interrupt(); enabled = true; }