Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 69f0c69

Browse files
authoredApr 10, 2025··
check for CONFIG_BT_BLUEDROID_ENABLED in esp32-hal-misc.c
1 parent bd4b325 commit 69f0c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cores/esp32/esp32-hal-misc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ bool verifyRollbackLater() {
243243
}
244244
#endif
245245

246-
#ifdef CONFIG_BT_ENABLED
246+
#ifdef CONFIG_BT_BLUEDROID_ENABLED
247247
#if CONFIG_IDF_TARGET_ESP32
248248
//overwritten in esp32-hal-bt.c
249249
bool btInUse() __attribute__((weak));

0 commit comments

Comments
 (0)
Please sign in to comment.