Commit 4a408930 authored by Harvey Yang's avatar Harvey Yang Committed by Chromium LUCI CQ

sensors: Add uncalibrated DeviceTypes

To support uncalibrated DeviceTypes for accelerometer, gyroscope, and
magnetometer, add the types in the mojo enum.

BUG=b:176276324
TEST=build.

Cq-Depend: chromium:2603196
Change-Id: I7a12e65f8ea99799cab26810df93f46f2d275c58
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2610525Reviewed-by: default avatarJorge Lucangeli Obes <jorgelo@chromium.org>
Commit-Queue: Cheng-Hao Yang <chenghaoyang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840437}
parent ecdc2fa4
......@@ -48,7 +48,10 @@ enum DeviceType {
MAGN = 5,
ANGL = 6,
BARO = 7,
MAX = 8,
ACCEL_UNCALIBRATED = 8,
ANGLVEL_UNCALIBRATED = 9,
MAGN_UNCALIBRATED = 10,
MAX = 11,
};
enum ObserverErrorType {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment