Index: NVDataMgmt.c =================================================================== diff -u -ra7a02bc7f05ca6b400db99501fcd37b56510519d -r1e95db41aa41a5b06b50ad876509a4eb168ce274 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision a7a02bc7f05ca6b400db99501fcd37b56510519d) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 1e95db41aa41a5b06b50ad876509a4eb168ce274) @@ -2497,7 +2497,7 @@ writtenRecordStatus = NVDATAMGMT_RECORD_NOT_CHECKED; // Issue the write command - Fapi_issueProgrammingCommand( (U32*)memoryPtr, structPtr, jobSpecs.maxWriteBufferSize, 0x00, 0, Fapi_DataOnly ); + Fapi_issueProgrammingCommand ( (U32*)memoryPtr, structPtr, jobSpecs.maxWriteBufferSize, 0x00, 0, Fapi_DataOnly ); } } } @@ -3408,7 +3408,7 @@ // Recalculate the CRC with the default values dgServiceGroup.dgServiceRecord.crc = crc16 ( (U08*)&dgServiceGroup.dgServiceRecord, sizeof(DG_SERVICE_RECORD_T) - sizeof(U16) ); -#ifndef DISABLE_SERVICE_RECORD + #ifndef DISABLE_SERVICE_RECORD // Service record failure is also considered as RTC RAM failure activateAlarmNoData( ALARM_ID_DG_INVALID_SERVICE_RECORD_CRC );