Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -rfa401ca0f496b745865fe86113f82a1720060108 -rb71aca78afda3d5a827530a767935eb4a7de976a --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision fa401ca0f496b745865fe86113f82a1720060108) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision b71aca78afda3d5a827530a767935eb4a7de976a) @@ -508,7 +508,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 }