summaryrefslogtreecommitdiff
path: root/include/driver
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 15:09:53 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 06:34:11 +0000
commit348a00f50b52b6c305ee29fa078e3751a3b8c172 (patch)
treebdbbdaaeb8fa21614918f6d0dff3e2305c698a51 /include/driver
parent67e0b8bb5690346d2468d031ff8dd73ee47af92d (diff)
downloadchrome-ec-348a00f50b52b6c305ee29fa078e3751a3b8c172.tar.gz
include/driver/accelgyro_bmi160_public.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I6c54eb98398e2673a785af028f1665c37bfb44ad Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3730248 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'include/driver')
-rw-r--r--include/driver/accelgyro_bmi160_public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/driver/accelgyro_bmi160_public.h b/include/driver/accelgyro_bmi160_public.h
index 6a6890eb84..57d1bc56cc 100644
--- a/include/driver/accelgyro_bmi160_public.h
+++ b/include/driver/accelgyro_bmi160_public.h
@@ -18,7 +18,7 @@
*/
/* I2C addresses */
-#define BMI160_ADDR0_FLAGS 0x68
+#define BMI160_ADDR0_FLAGS 0x68
extern const struct accelgyro_drv bmi160_drv;