Merge "[Sensor][Bugfix]: Remove redundant assignment operations" am: 7baf2ac4e3
am: 59b483ec3c
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2479595 Change-Id: Ie565c64f3b7cd113ce9f14e2b99800063a942398 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
6d3361fe03
1 changed files with 0 additions and 1 deletions
|
@ -462,7 +462,6 @@ void convertFromSensorEvent(const sensors_event_t& src, Event* dst) {
|
|||
limitedAxesImuUncal.z = src.limited_axes_imu_uncalibrated.z_uncalib;
|
||||
limitedAxesImuUncal.xBias = src.limited_axes_imu_uncalibrated.x_bias;
|
||||
limitedAxesImuUncal.yBias = src.limited_axes_imu_uncalibrated.y_bias;
|
||||
limitedAxesImuUncal.yBias = src.limited_axes_imu_uncalibrated.y_bias;
|
||||
limitedAxesImuUncal.zBias = src.limited_axes_imu_uncalibrated.z_bias;
|
||||
limitedAxesImuUncal.xSupported = src.limited_axes_imu_uncalibrated.x_supported;
|
||||
limitedAxesImuUncal.ySupported = src.limited_axes_imu_uncalibrated.y_supported;
|
||||
|
|
Loading…
Reference in a new issue