Skip to content

Commit 52d45ef

Browse files
committed
use bluedroid
1 parent 8001124 commit 52d45ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-bt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
#include "sdkconfig.h"
16-
#if defined(CONFIG_BT_ENABLED) && SOC_BT_SUPPORTED
16+
#if defined(CONFIG_BLUEDROID_ENABLED) && SOC_BT_SUPPORTED
1717

1818
#include "esp_bt.h"
1919
#include "esp_bt_main.h"

0 commit comments

Comments
 (0)