Index: firmware/App/Drivers/EjectorMotor.c =================================================================== diff -u -r2b69ad7efb0008f063d2ddacb5972250da7b7ec5 -rfaf64f3fb669c2a86a9d96bd51669cfbd731f6ba --- firmware/App/Drivers/EjectorMotor.c (.../EjectorMotor.c) (revision 2b69ad7efb0008f063d2ddacb5972250da7b7ec5) +++ firmware/App/Drivers/EjectorMotor.c (.../EjectorMotor.c) (revision faf64f3fb669c2a86a9d96bd51669cfbd731f6ba) @@ -66,10 +66,8 @@ EJECTOR_MOTOR_CONTROL_32TH_STEP; /// Control bits to disable ejector motor -static const U08 EJECTOR_MOTOR_CONTROL_DISABLED = EJECTOR_MOTOR_CONTROL_SLEEP_OFF | - EJECTOR_MOTOR_CONTROL_NOT_RESET | - EJECTOR_MOTOR_CONTROL_FORWARD_DIR | - EJECTOR_MOTOR_CONTROL_32TH_STEP; +// Set all bits to 0 for disabling +static const U08 EJECTOR_MOTOR_CONTROL_DISABLED = 0; /// Payload record structure for ejector motor set request typedef struct