Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/tinyusb
Submodule tinyusb updated 508 files
2 changes: 1 addition & 1 deletion supervisor/shared/usb/tusb_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ extern "C" {
#define CFG_TUH_HUB 2
#define CFG_TUH_CDC 0
#define CFG_TUH_MSC 0
#define CFG_TUH_VENDOR 0
#define CFG_TUH_API_EDPT_XFER 1

// max device support (excluding hub device)
Expand All @@ -228,6 +227,7 @@ extern "C" {
#define nrf52_errata_187 errata_187
#define nrf52_errata_171 errata_171
#define nrf52_errata_166 errata_166
#define nrf52_errata_199 errata_199

#ifdef __cplusplus
}
Expand Down
Loading