mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08:00
drivers/sensors: fix Kconfig warning
drivers/sensors/Kconfig:590:warning: defaults for choice values not supported Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
@@ -585,14 +585,14 @@ config MS5611_SPI
|
||||
---help---
|
||||
Enables support for the SPI interface.
|
||||
|
||||
endchoice
|
||||
|
||||
config MS5611_THREAD_STACKSIZE
|
||||
int "Worker thread stack size"
|
||||
default 1024
|
||||
---help---
|
||||
The stack size for the worker thread
|
||||
|
||||
endchoice
|
||||
|
||||
config MS5611_I2C_FREQUENCY
|
||||
int "MS5611 I2C frequency"
|
||||
default 400000
|
||||
|
||||
Reference in New Issue
Block a user