summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2022-01-06 10:42:25 +0700
committerGitHub <[email protected]>2022-01-06 10:42:25 +0700
commit77b42344ac5a6f230e7f2958d6d832d52bf94446 (patch)
tree164feb2573e005e3514f90d0c0bd38965d32ae92 /src/device
parent868948f67c90fa7c2553cdcd604b52862cf55720 (diff)
parentbed8913107efeb4b38d80f5cc4caef2fd351b57f (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.h2
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 -------------//