mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples/bmi160: Fix typo of depends on
Fix SENSORS_BMG160 to SENSORS_BMI160. Signed-off-by: SPRESENSE <41312067+SPRESENSE@users.noreply.github.com>
This commit is contained in:
parent
9c829f6650
commit
3b03636e95
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue