mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-23 09:03:40 +08:00
Fix error code for Estop
This commit is contained in:
@@ -21,7 +21,7 @@ public:
|
||||
ERROR_CONTROLLER_FAILED = 0x200,
|
||||
ERROR_POS_CTRL_DURING_SENSORLESS = 0x400,
|
||||
ERROR_WATCHDOG_TIMER_EXPIRED = 0x800,
|
||||
ERROR_ESTOP_REQUESTED = 0x800
|
||||
ERROR_ESTOP_REQUESTED = 0x1000
|
||||
};
|
||||
|
||||
enum State_t {
|
||||
|
||||
Reference in New Issue
Block a user