Merge "Increase min delay of default gyro sensor" am: ab636a46ec
am: 979205f58e
am: c38dd4240b
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1567261 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ia5210d9c23c7ad8beef08f62fc53064143c58b0d
This commit is contained in:
commit
f305817b53
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ GyroSensor::GyroSensor(int32_t sensorHandle, ISensorsEventCallback* callback) :
|
|||
mSensorInfo.maxRange = 1000.0f * M_PI / 180.0f;
|
||||
mSensorInfo.resolution = 1000.0f * M_PI / (180.0f * 32768.0f);
|
||||
mSensorInfo.power = 0.001f;
|
||||
mSensorInfo.minDelay = 2.5f * 1000; // microseconds
|
||||
mSensorInfo.minDelay = 10 * 1000; // microseconds
|
||||
mSensorInfo.maxDelay = kDefaultMaxDelayUs;
|
||||
mSensorInfo.fifoReservedEventCount = 0;
|
||||
mSensorInfo.fifoMaxEventCount = 0;
|
||||
|
|
Loading…
Reference in a new issue