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:
Akshu Agrawal
2016-01-22 14:00:05 +05:30
committed by chrome-bot
parent 747a9f0786
commit d60d263b83

View File

@@ -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 */