Skip to content

Commit 62a1fde

Browse files
Update tusb_config.h
Signed-off-by: Vincent1-python <pywei201209@163.com>
1 parent af34d15 commit 62a1fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/tinyusb/tusb_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
#define CFG_TUD_MSC_BUFSIZE (MICROPY_FATFS_MAX_SS)
102102
#endif
103103

104-
#define USBD_RHPORT (0)
104+
#define USBD_RHPORT (0) // Currently only one port is supported
105105

106106
// Define built-in interface, string and endpoint numbering based on the above config
107107

0 commit comments

Comments
 (0)