Index: Accel.c =================================================================== diff -u -rfb8624ceee3a122412c9fc18811ce927001d727f -r82404deaa5450f7195f03befeaa1d3c6becf4b0f --- Accel.c (.../Accel.c) (revision fb8624ceee3a122412c9fc18811ce927001d727f) +++ Accel.c (.../Accel.c) (revision 82404deaa5450f7195f03befeaa1d3c6becf4b0f) @@ -501,7 +501,7 @@ SET_ALARM_WITH_2_F32_DATA( ALARM_ID_HD_EXCESSIVE_TILT, x, y ) #endif } - } + } else if ( ( TRUE == tiltErrorDetected ) && ( ( fabs( x ) > MAX_TILT_ANGLE_TO_CLEAR_ALARM ) || ( fabs( y ) > MAX_TILT_ANGLE_TO_CLEAR_ALARM ) ) ) { #ifdef _DG_ Index: NVDataMgmt.c =================================================================== diff -u -rf19e6d7c27e0a94329d5609f38348ffb3c9293ec -r82404deaa5450f7195f03befeaa1d3c6becf4b0f --- NVDataMgmt.c (.../NVDataMgmt.c) (revision f19e6d7c27e0a94329d5609f38348ffb3c9293ec) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 82404deaa5450f7195f03befeaa1d3c6becf4b0f) @@ -1967,7 +1967,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 ); } } }