Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -rb3a7b408db8f17514fbd013ad19722e0efed6094 -r60648d9085c200d4bb707341f9ee14dbbc5d4c4e --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision b3a7b408db8f17514fbd013ad19722e0efed6094) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 60648d9085c200d4bb707341f9ee14dbbc5d4c4e) @@ -622,7 +622,7 @@ // If homing has been initiated, wait for syringe pump to home and the verify force sensor calibration #ifndef _RELEASE_ - if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_SYRINGE_PUMP ) == SW_CONFIG_ENABLE_VALUE ) + if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_SYRINGE_PUMP ) ) { state = STANDBY_WAIT_FOR_TREATMENT_STATE; // Go to wait for treatment state after above check }