Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -r6419179374edcd65da462de84e8aeaefb7e20320 -r0589a145e2830f5e3b853489911a6ce7306ffdd9 --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 6419179374edcd65da462de84e8aeaefb7e20320) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 0589a145e2830f5e3b853489911a6ce7306ffdd9) @@ -1230,7 +1230,8 @@ // Get the flow sensors calibration record HD_FLOW_SENSORS_CAL_RECORD_T cal = getHDFlowSensorsCalibrationRecord(); - if ( DFM_SENSOR_PARAM_CORRUPT_STATUS != getFPGADialysateFlowMeterStatus() ) + // Retrieve dialysate flow sensor calibration data + if ( DFM_SENSOR_PARAM_CORRUPT_STATUS != dfmStatus ) { dialInFlowCalGain = cal.hdFlowSensors[ CAL_DATA_HD_DIALYZER_FLOW_SENSOR ].gain; dialInFlowCalOffset = cal.hdFlowSensors[ CAL_DATA_HD_DIALYZER_FLOW_SENSOR ].offset;