Merge branch 'bugfix/coex_fix_misspell_in_kconfig' into 'master'
components/coex: Fix misspell in Kconfig See merge request espressif/esp-idf!7670
This commit is contained in:
commit
a512d6e15a
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ menu "Bluetooth"
|
||||||
|
|
||||||
config BTDM_CTRL_FULL_SCAN_SUPPORTED
|
config BTDM_CTRL_FULL_SCAN_SUPPORTED
|
||||||
bool "BLE full scan feature supported"
|
bool "BLE full scan feature supported"
|
||||||
depends on BTDM_CONTROLLER_MODE_BLE_ONLY || BTDM_CONTROLLER_MODE_BTDM
|
depends on BTDM_CTRL_MODE_BLE_ONLY || BTDM_CTRL_MODE_BTDM
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
The full scan function is mainly used to provide BLE scan performance.
|
The full scan function is mainly used to provide BLE scan performance.
|
||||||
|
|
Loading…
Reference in a new issue