We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d22e6 commit 0239ff6Copy full SHA for 0239ff6
cores/esp32/esp32-hal-misc.c
@@ -25,7 +25,7 @@
25
#include "esp_ota_ops.h"
26
#endif //CONFIG_APP_ROLLBACK_ENABLE
27
#include "esp_private/startup_internal.h"
28
-#if defined(CONFIG_BT_BLUEDROID_ENABLED) && SOC_BT_SUPPORTED
+#if defined(CONFIG_BT_BLUEDROID_ENABLED) && SOC_BT_SUPPORTED && __has_include("esp_bt.h")
29
#include "esp_bt.h"
30
#endif //CONFIG_BT_BLUEDROID_ENABLED
31
#include <sys/time.h>
0 commit comments