Index: NVDataMgmtDGRecords.h =================================================================== diff -u -rf480c73cfca65442ee51d0189370f4d464f026e7 -rd7bd26c00441b80ef68b716c80edd5b7f5adf917 --- NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision f480c73cfca65442ee51d0189370f4d464f026e7) +++ NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision d7bd26c00441b80ef68b716c80edd5b7f5adf917) @@ -32,6 +32,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; @@ -184,7 +185,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