8000
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 884e417 commit 70f000dCopy full SHA for 70f000d
cores/esp32/esp32-hal-misc.c
@@ -21,7 +21,9 @@
21
#include "esp_partition.h"
22
#include "esp_log.h"
23
#include "esp_timer.h"
24
+#ifdef CONFIG_BT_ENABLED
25
#include "esp_bt.h"
26
+#endif //CONFIG_BT_ENABLED
27
#include <sys/time.h>
28
#include "esp32-hal.h"
29
0 commit comments