From 3b03636e95f6202b512d8af32629da4c0dc4af2c Mon Sep 17 00:00:00 2001 From: SPRESENSE <41312067+SPRESENSE@users.noreply.github.com> Date: Thu, 6 Mar 2025 22:36:11 +0900 Subject: [PATCH] examples/bmi160: Fix typo of depends on Fix SENSORS_BMG160 to SENSORS_BMI160. Signed-off-by: SPRESENSE <41312067+SPRESENSE@users.noreply.github.com> --- examples/bmi160/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bmi160/Kconfig b/examples/bmi160/Kconfig index f97b18f44..1d93fdecc 100644 --- a/examples/bmi160/Kconfig +++ b/examples/bmi160/Kconfig @@ -6,7 +6,7 @@ config EXAMPLES_SIXAXIS bool "BMI160 sensor example" default n - depends on SENSORS_BMG160 + depends on SENSORS_BMI160 ---help--- Enable the 6 axis sensor example