Index: firmware/App/Controllers/BalancingChamber.c =================================================================== diff -u -r99e5d1b4d1e3627576d680318887ac23cd1f34ce -r25371dc5442fafdc0b138b4afe034b2f31ca3d1e --- firmware/App/Controllers/BalancingChamber.c (.../BalancingChamber.c) (revision 99e5d1b4d1e3627576d680318887ac23cd1f34ce) +++ firmware/App/Controllers/BalancingChamber.c (.../BalancingChamber.c) (revision 25371dc5442fafdc0b138b4afe034b2f31ca3d1e) @@ -540,7 +540,7 @@ lastPrevSpentDialPressure = spentDialPressure; - if ( getTestConfigStatus( TEST_CONFIG_DD_FP_ENABLE_BETA_1_0_HW ) == TRUE ) + if ( TRUE == getTestConfigStatus( TEST_CONFIG_DD_FP_ENABLE_BETA_1_0_HW ) ) { //Set Trimmer heater Target temp every BC cycle to catch up fresh dialysate temp setHeaterTargetTemperature( D45_HEAT, getD4AverageTemperature() ); @@ -844,7 +844,7 @@ lastPrevSpentDialPressure = spentDialPressure; - if ( getTestConfigStatus( TEST_CONFIG_DD_FP_ENABLE_BETA_1_0_HW ) == TRUE ) + if ( TRUE == getTestConfigStatus( TEST_CONFIG_DD_FP_ENABLE_BETA_1_0_HW ) ) { //Set Trimmer heater Target temp every BC cycle to catch up fresh dialysate temp setHeaterTargetTemperature( D45_HEAT, getD4AverageTemperature() );