Index: NVDataMgmtDGRecords.h =================================================================== diff -u -r449284762afeab963030f9eccd6cfded649abbad -r6f87c4d6e2c23308af2524cea6aed41e679ca000 --- NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision 449284762afeab963030f9eccd6cfded649abbad) +++ NVDataMgmtDGRecords.h (.../NVDataMgmtDGRecords.h) (revision 6f87c4d6e2c23308af2524cea6aed41e679ca000) @@ -100,6 +100,7 @@ CAL_DATA_RO_PUMP_OUTLET_PRES_SENSOR, ///< DG calibration data RO pump outlet pressure sensor. CAL_DATA_DRAIN_PUMP_INLET_PRES_SENSOR, ///< DG calibration data drain pump inlet pressure sensor. CAL_DATA_DRAIN_PUMP_OUTLET_PRES_SENSOR, ///< DG calibration data drain pump outlet pressure sensor. + CAL_DATA_BAROMETRIC_PRES_SENSOR, ///< DG calibration data barometric pressure sensor. NUM_OF_CAL_DATA_PRES_SENSORS, ///< Number of calibration data pressure sensors. } CAL_DATA_DG_PRES_SENSORS_T; @@ -263,7 +264,7 @@ POLYNOMIAL_CAL_PAYLOAD_T pressureSensors[ NUM_OF_CAL_DATA_PRES_SENSORS ]; ///< Pressure 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[ 6 ]; ///< Reserved space for future pressure sensors. + POLYNOMIAL_CAL_PAYLOAD_T reservedSpace[ 5 ]; ///< Reserved space for future pressure sensors. } DG_PRES_SENSORS_CAL_RECORD_T; /// Flow sensors calibration structure