Index: NVDataMgmt.c =================================================================== diff -u -r5dadecc9b7cabef59e700e5408866a652238c930 -r7b8da409ba97522741e12b36601be74daf1cbca3 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 5dadecc9b7cabef59e700e5408866a652238c930) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 7b8da409ba97522741e12b36601be74daf1cbca3) @@ -450,10 +450,6 @@ static DG_SW_CONFIG_GROUP_T dgSWConfigGroup; ///< DG Software configurations structure(including padding and final CRC). #endif -// TODO this is temporary until it is added to the cal records -//static DG_CHEMICALS_FILL_COND_CAL_RECORD_T tempChemsRecordRemove; -// TODO this is temporary until it is added to the cal records - // Process records specifications const PROCESS_RECORD_SPECS_T RECORDS_SPECS[ NUM_OF_NVDATMGMT_RECORDS_JOBS ] = { // Start address Size of the job Max write bytes per job Max read bytes per job Record structure pointer Record CRC pointer Memory location Event calibration record update @@ -3620,6 +3616,7 @@ // CRC did not pass so set all values to default record->acidConduSPerCM = acidSensorCond; record->bicarbConduSPerCM = bicarbSensorCond; + record->calibrationTime = RECORD_DEFAULT_TIME; record->crc = crc16 ( (U08*)record, sizeof(DG_ACID_BICARB_FILL_COND_VALUES_T) - sizeof(U16) ); // Set the to FALSE since the record is not valid