mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-28 02:35:28 +00:00
Kunimitsu: Fixing build error when enabled CONFIG_GYRO_L3GD20H
Fixing a typo which causes build error when building with GYRO_L3GD20H BUG=None BRANCH=master TEST=build and run with #define CONFIG_GYRO_L3GD20H Change-Id: I04abb4bff9cdf9208ff224de74188315094fb941 Signed-off-by: Akshu Agrawal <akshu.agrawal@intel.com> Reviewed-on: https://chromium-review.googlesource.com/323630 Commit-Ready: Shawn N <shawnn@chromium.org> Tested-by: Shawn N <shawnn@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
747a9f0786
commit
d60d263b83
@@ -308,7 +308,7 @@ struct motion_sensor_t motion_sensors[] = {
|
||||
.ec_rate = 0,
|
||||
},
|
||||
[SENSOR_CONFIG_EC_S0] = {
|
||||
.odr = 0
|
||||
.odr = 0,
|
||||
.ec_rate = 0,
|
||||
},
|
||||
/* unused */
|
||||
|
||||
Reference in New Issue
Block a user