diff options
| author | Tinic Uro <[email protected]> | 2024-06-12 08:33:10 -0700 |
|---|---|---|
| committer | Tinic Uro <[email protected]> | 2024-06-12 08:33:10 -0700 |
| commit | bc576e7cee64fedfa977604f8e9e4043b3473ece (patch) | |
| tree | 4caf73acc4068e64e79821a79b183a99b5c40480 /src/common | |
| parent | 6a1dc2507955901ae7d1774cc9ba69230c43485a (diff) | |
Make it work.
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index 0f4fca8d1..4b802138b 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -271,7 +271,7 @@ #define TUP_DCD_ENDPOINT_MAX 8 #elif TU_CHECK_MCU(OPT_MCU_STM32U5) - #ifdef USB_DRD_FS + #if defined (STM32U535xx) || defined (STM32U545xx) #define TUP_USBIP_FSDEV #define TUP_USBIP_FSDEV_STM32 #define TUP_DCD_ENDPOINT_MAX 8 |
