Index: Accel.c =================================================================== diff -u -r818749241853f2f2cfb7dd704ee005a75a7356ba -rf937ab738320afa4309fbfb23919a82935e5ce57 --- Accel.c (.../Accel.c) (revision 818749241853f2f2cfb7dd704ee005a75a7356ba) +++ Accel.c (.../Accel.c) (revision f937ab738320afa4309fbfb23919a82935e5ce57) @@ -94,7 +94,7 @@ 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. +static DG_ACCEL_SENSOR_CAL_RECORD_T accelSensorCalRecord; ///< DG accelerometer calibration record. #endif // ********** private function prototypes ********** @@ -598,7 +598,7 @@ #endif #ifdef _DG_ - DG_ACCELEROMETER_SENSOR_CAL_RECORD_T calData = getDGAccelerometerSensorCalibrationRecord(); + DG_ACCEL_SENSOR_CAL_RECORD_T calData = getDGAccelerometerSensorCalibrationRecord(); #endif // Check if the calibration data that was received from NVDataMgmt is legitimate @@ -664,7 +664,7 @@ HD_ACCELEROMETER_SENSOR_CAL_RECORD_T cal = getHDAccelerometerSensorCalibrationRecord(); #endif #ifdef _DG_ - DG_ACCELEROMETER_SENSOR_CAL_RECORD_T cal = getDGAccelerometerSensorCalibrationRecord(); + DG_ACCEL_SENSOR_CAL_RECORD_T cal = getDGAccelerometerSensorCalibrationRecord(); #endif BOOL calStatus = processCalibrationData();