Skip to content

Commit 3b03636

Browse files
SPRESENSEjerpelea
authored andcommitted
examples/bmi160: Fix typo of depends on
Fix SENSORS_BMG160 to SENSORS_BMI160. Signed-off-by: SPRESENSE <[email protected]>
1 parent 9c829f6 commit 3b03636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bmi160/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
config EXAMPLES_SIXAXIS
77
bool "BMI160 sensor example"
88
default n
9-
depends on SENSORS_BMG160
9+
depends on SENSORS_BMI160
1010
---help---
1111
Enable the 6 axis sensor example
1212

0 commit comments

Comments
 (0)