Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -r6fcdec8a308be986e5a64b4222918e718622a19d -r1a57bf50544cb2442e050976433666c3715da472 --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 6fcdec8a308be986e5a64b4222918e718622a19d) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 1a57bf50544cb2442e050976433666c3715da472) @@ -1235,7 +1235,8 @@ // Get the flow sensors calibration record HD_FLOW_SENSORS_CAL_RECORD_T cal = getHDFlowSensorsCalibrationRecord(); - if ( DFM_SENSOR_PARAM_CORRUPT_STATUS != dfmStatus ) + // 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;