From 209839d2a796a198fa8f64f7f6f33a4130481539 Mon Sep 17 00:00:00 2001 From: Oskar Weigl Date: Mon, 22 Oct 2018 21:28:15 -0700 Subject: [PATCH] remve uart stepdir interlock: stepdir now takes priority --- Firmware/MotorControl/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Firmware/MotorControl/main.cpp b/Firmware/MotorControl/main.cpp index 738836a3..4146850c 100644 --- a/Firmware/MotorControl/main.cpp +++ b/Firmware/MotorControl/main.cpp @@ -180,8 +180,6 @@ int odrive_main(void) { // TODO: make dynamically reconfigurable #if HW_VERSION_MAJOR == 3 && HW_VERSION_MINOR >= 3 if (board_config.enable_uart) { - axes[0]->config_.enable_step_dir = false; - axes[0]->set_step_dir_active(false); SetGPIO12toUART(); } #endif