Skip to content

Commit 69f0c69

Browse files
authored
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-
#ifdefCONFIG_BT_ENABLED
246+
#ifdefCONFIG_BT_BLUEDROID_ENABLED
247247
#ifCONFIG_IDF_TARGET_ESP32
248248
//overwritten in esp32-hal-bt.c
249249
boolbtInUse() __attribute__((weak));

0 commit comments

Comments
(0)