diff options
author | Akshu Agrawal <akshu.agrawal@intel.com> | 2016-01-22 14:00:05 +0530 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2016-01-28 14:16:18 -0800 |
commit | d60d263b83181aee7544f6e24afa13e441a45177 (patch) | |
tree | fb2c1ef4053fae9b0b76b96a227ac092ac7cbe85 | |
parent | 747a9f078611f3e7d9a497e5feab0ced98ff66d6 (diff) | |
download | chrome-ec-d60d263b83181aee7544f6e24afa13e441a45177.tar.gz |
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>
-rw-r--r-- | board/kunimitsu/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/kunimitsu/board.c b/board/kunimitsu/board.c index 5a8b9eef07..027208dd12 100644 --- a/board/kunimitsu/board.c +++ b/board/kunimitsu/board.c @@ -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 */ |