diff --git a/lib/tinyusb b/lib/tinyusb index 5453ed09f19..147ccf5e91f 160000 --- a/lib/tinyusb +++ b/lib/tinyusb @@ -1 +1 @@ -Subproject commit 5453ed09f19af010b6a361562d967cfa30aaadc6 +Subproject commit 147ccf5e91fa272bdfb1de2f75e96de8ea5c943e diff --git a/supervisor/shared/usb/tusb_config.h b/supervisor/shared/usb/tusb_config.h index ac63542b8e4..8bd920c996f 100644 --- a/supervisor/shared/usb/tusb_config.h +++ b/supervisor/shared/usb/tusb_config.h @@ -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) @@ -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 }