Skip to content

Commit 3bd5869

Browse files
authored
Merge pull request #69 from raspberrypi/enable_e15_fix
Default TUD_OPT_RP2040_USB_DEVICE_UFRAME_FIX=1
2 parents 42d1ff2 + 599ee88 commit 3bd5869

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tusb_config.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
#define CFG_TUD_VENDOR_RX_BUFSIZE 8192
7575
#define CFG_TUD_VENDOR_TX_BUFSIZE 8192
7676

77+
#ifndef TUD_OPT_RP2040_USB_DEVICE_UFRAME_FIX
78+
#define TUD_OPT_RP2040_USB_DEVICE_UFRAME_FIX 1
79+
#endif
80+
7781
#ifdef __cplusplus
7882
}
7983
#endif

0 commit comments

Comments
 (0)