浏览代码

Merge branch 'bugfix/coex_fix_misspell_in_kconfig_v4.1' into 'release/v4.1'

components/coex: Fix misspell in Kconfig

See merge request espressif/esp-idf!7671
Jiang Jiang Jian 6 年之前
父节点
当前提交
0664f82431
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/bt/Kconfig

+ 1 - 1
components/bt/Kconfig

@@ -333,7 +333,7 @@ menu "Bluetooth"
 
         config BTDM_CTRL_FULL_SCAN_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
             help
                 The full scan function is mainly used to provide BLE scan performance.