Skip to content

Commit a86a9b7

Browse files
committed
Fix ESP32-S3 builds with bleio
1 parent 6d802fe commit a86a9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/common-hal/_bleio/Adapter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
#include "esp_bt.h"
5959
#include "esp_nimble_hci.h"
6060

61-
#if CIRCUITPY_USB
61+
#if CIRCUITPY_TINYUSB
6262
#include "supervisor/usb.h"
6363
#endif
6464

0 commit comments

Comments
 (0)