Index: Accel.c =================================================================== diff -u -rb5a078a245783d10796592bd7e96ff36a5fb5a03 -r6e948bace1cb93579a09c9e5571c06ccce29a170 --- Accel.c (.../Accel.c) (revision b5a078a245783d10796592bd7e96ff36a5fb5a03) +++ Accel.c (.../Accel.c) (revision 6e948bace1cb93579a09c9e5571c06ccce29a170) @@ -593,13 +593,15 @@ // then the accelerometer data is not stored in the NV memory or it was corrupted. if ( 0 == calData.calibrationTime ) { +#ifndef SKIP_CAL_CHECK #ifdef _HD_ activateAlarmNoData( ALARM_ID_HD_ACCELEROMETERS_INVALID_CAL_RECORD ); #endif #ifdef _DG_ activateAlarmNoData( ALARM_ID_DG_ACCELEROMETERS_INVALID_CAL_RECORD ); #endif status = FALSE; +#endif } // The calibration data was valid, update the local copy