Skip to content

Commit eb0be7e

Browse files
committed
Add new usb.c to old builds
1 parent 3653803 commit eb0be7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

supervisor/supervisor.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ ifeq ($(CIRCUITPY_TINYUSB),1)
116116
lib/tinyusb/src/common/tusb_fifo.c \
117117
lib/tinyusb/src/tusb.c \
118118
supervisor/usb.c \
119+
supervisor/shared/usb.c \
119120
supervisor/shared/usb/usb.c \
120121

121122
ifeq ($(CIRCUITPY_USB_DEVICE),1)

0 commit comments

Comments
 (0)