8000 nrf/usb: Use shared/tinyusb cdc functions. · micropython/micropython@754ae8b · GitHub
[go: up one dir, main page]

Skip to content

Commit 754ae8b

Browse files
committed
nrf/usb: Use shared/tinyusb cdc functions.
Signed-off-by: Andrew Leech <andrew@alelec.net>
1 parent f8f8500 commit 754ae8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/nrf/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ SRC_SHARED_C += $(addprefix shared/,\
185185
runtime/pyexec.c \
186186
runtime/sys_stdio_mphal.c \
187187
runtime/interrupt_char.c \
188-
tinyusb/mp_cdc_common.c \
188+
tinyusb/mp_usbd_cdc.c \
189189
timeutils/timeutils.c \
190190
)
191191

0 commit comments

Comments
 (0)
0