diff options
| author | Ha Thach <[email protected]> | 2022-01-06 10:42:25 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-06 10:42:25 +0700 |
| commit | 77b42344ac5a6f230e7f2958d6d832d52bf94446 (patch) | |
| tree | 164feb2573e005e3514f90d0c0bd38965d32ae92 /src/device | |
| parent | 868948f67c90fa7c2553cdcd604b52862cf55720 (diff) | |
| parent | bed8913107efeb4b38d80f5cc4caef2fd351b57f (diff) | |
Merge pull request #1271 from tannewt/rpi_zero
Add Raspberry Pi Zero W and Zero 2 W
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/dcd_attr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/dcd_attr.h b/src/device/dcd_attr.h index 3c5dadaf4..feba82ea9 100644 --- a/src/device/dcd_attr.h +++ b/src/device/dcd_attr.h @@ -190,7 +190,7 @@ #define DCD_ATTR_ENDPOINT_MAX 4 //------------- Broadcom -------------// -#elif TU_CHECK_MCU(OPT_MCU_BCM2711) +#elif TU_CHECK_MCU(OPT_MCU_BCM2711, OPT_MCU_BCM2835, OPT_MCU_BCM2837) #define DCD_ATTR_ENDPOINT_MAX 8 //------------- Broadcom -------------// |
