mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-07 16:11:43 +00:00
samus: small change to support sensor offsets in EC
BRANCH=smaug BUG=chromium:506101 TEST=On samus, check we can set the offset and are taken into account. Check the bias added is correct in the measurements. Change-Id: I6cf06271ac080a47a008a342d9d108fd302241cc Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/283164 Reviewed-by: Alec Berg <alecaberg@chromium.org>
This commit is contained in:
committed by
ChromeOS Commit Bot
parent
449809cba2
commit
08593b8fe0
@@ -275,7 +275,7 @@ static struct mutex g_lid_mutex;
|
||||
struct kxcj9_data g_kxcj9_data;
|
||||
|
||||
/* lsm6ds0 local sensor data (per-sensor) */
|
||||
struct motion_data_t g_saved_data[2];
|
||||
struct lsm6ds0_data g_saved_data[2];
|
||||
|
||||
/* Four Motion sensors */
|
||||
/* Matrix to rotate accelrator into standard reference frame */
|
||||
|
||||
Reference in New Issue
Block a user