Merge "vibrator: Update haptic tuning setting V4(IMU)" into rvc-d1-dev am: b1534fba3a

Original change: https://googleplex-android-review.googlesource.com/c/device/google/redfin/+/12075401

Change-Id: I92e4b5fe294cbf4767749e31b85603a01a46e523
This commit is contained in:
TreeHugger Robot 2020-07-03 14:11:16 +00:00 committed by Automerger Merge Worker
commit 63167c15f5
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ static constexpr char WAVEFORM_HEAVY_CLICK_EFFECT_SEQ[] = "4 0";
// UT team design those target G values
static std::array<float, 5> EFFECT_TARGET_G = {0.275, 0.55, 0.6, 0.9, 1.12};
static std::array<float, 3> STEADY_TARGET_G = {2.1, 1.145, 0.82};
static std::array<float, 3> STEADY_TARGET_G = {2.0, 1.145, 1.0};
struct SensorContext {
ASensorEventQueue *queue;