Index: NVDataMgmtDGRecords.h =================================================================== diff -u -r17fdefc3752a193c0d2d495f1497cc8c1e35c406 -ra89fd55052e2e467f9ae2fdc828e84272c142022 --- NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision 17fdefc3752a193c0d2d495f1497cc8c1e35c406) +++ NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision a89fd55052e2e467f9ae2fdc828e84272c142022) @@ -48,6 +48,7 @@ typedef enum dg_flow_sensors { CAL_DATA_RO_PUMP_FLOW_SENSOR = 0, ///< RO pump flow sensor. + CAL_DATA_DIALYSATE_FLOW_SENSOR, ///< RO pump dialysate flow sensor. NUM_OF_CAL_DATA_FLOW_SENSORS, ///< Number of flow sensors. } CAL_DATA_DG_FLOW_SENSORS_T; @@ -200,7 +201,7 @@ POLYNOMIAL_CAL_PAYLOAD_T flowSensors[ NUM_OF_CAL_DATA_FLOW_SENSORS ]; ///< Flow sensors to calibrate. // NOTE: The reserved space is for 6 sensors. This portion of the struct should be eventually be // reduced, so #define was not used for the size of the array - POLYNOMIAL_CAL_PAYLOAD_T reservedSpace[ 3 ]; ///< Reserved space for future flow sensors. + POLYNOMIAL_CAL_PAYLOAD_T reservedSpace[ 2 ]; ///< Reserved space for future flow sensors. } DG_FLOW_SENSORS_CAL_RECORD_T; /// Load cells calibration structure