Index: Accel.c =================================================================== diff -u -rd7aa99f9c6ad48eaff310ad489786733d87600cf -rb5a078a245783d10796592bd7e96ff36a5fb5a03 --- Accel.c (.../Accel.c) (revision d7aa99f9c6ad48eaff310ad489786733d87600cf) +++ Accel.c (.../Accel.c) (revision b5a078a245783d10796592bd7e96ff36a5fb5a03) @@ -80,7 +80,7 @@ static BOOL tiltErrorDetected; ///< Flag indicates a tilt error has been detected and tilt must now come below alarm clear threshold to clear alarm. static BOOL shockErrorDetected; ///< Flag indicates a shock error has been detected and g-force must now come below alarm clear threshold to clear alarm. #ifdef _HD_ -static HD_ACCELEROMETER_SENSOR_CAL_RECORD_T accelSensorCalRecord ///< HD accelerometer calibration record. +static HD_ACCELEROMETER_SENSOR_CAL_RECORD_T accelSensorCalRecord; ///< HD accelerometer calibration record. #endif #ifdef _DG_ static DG_ACCELEROMETER_SENSOR_CAL_RECORD_T accelSensorCalRecord; ///< DG accelerometer calibration record. @@ -581,7 +581,7 @@ BOOL status = TRUE; #ifdef _HD_ - DG_ACCELEROMETER_SENSOR_CAL_RECORD_T calData = getHDAccelerometerSensorCalibrationRecord(); + HD_ACCELEROMETER_SENSOR_CAL_RECORD_T calData = getHDAccelerometerSensorCalibrationRecord(); #endif #ifdef _DG_