diff options
| author | pschatzmann <[email protected]> | 2024-10-15 22:22:24 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-10-15 23:09:05 +0200 |
| commit | 1b17bc04f964301857abb80e9a9ed46f02803fc1 (patch) | |
| tree | 8b6f64e305004d4bd84e4566ea50abad833d0cf8 /src/common | |
| parent | 933ac29d77f54c68cbb41f09b74e78f868a2b4a7 (diff) | |
RP2040 New ISO API
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index c77afecad..c64356028 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -366,6 +366,7 @@ // Raspberry Pi //--------------------------------------------------------------------+ #elif TU_CHECK_MCU(OPT_MCU_RP2040) + #define TUP_DCD_EDPT_ISO_ALLOC #define TUP_DCD_ENDPOINT_MAX 16 #define TU_ATTR_FAST_FUNC __attribute__((section(".time_critical.tinyusb"))) |
