summaryrefslogtreecommitdiff
path: root/src/device/dcd_attr.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-07-22 17:04:55 +0700
committerhathach <[email protected]>2021-07-22 17:04:55 +0700
commitb35ad6edcb8b723c481246532349d21b35c46ac1 (patch)
tree5a65e69bc1fdb69f56c02e8893429e4584ba5912 /src/device/dcd_attr.h
parentfa0936bf588c3942b7d2b92baed1693e73dbfdc1 (diff)
clean up max packet size endian
Diffstat (limited to 'src/device/dcd_attr.h')
-rw-r--r--src/device/dcd_attr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device/dcd_attr.h b/src/device/dcd_attr.h
index 306335642..18f369332 100644
--- a/src/device/dcd_attr.h
+++ b/src/device/dcd_attr.h
@@ -141,11 +141,11 @@
#define DCD_ATTR_ENDPOINT_MAX 7
//------------- Renesas -------------//
-#elif TU_CHECK_MCU(RX63X) || TU_CHECK_MCU(RX65X)
+#elif TU_CHECK_MCU(RX63X) || TU_CHECK_MCU(RX65X) || TU_CHECK_MCU(RX72N)
#define DCD_ATTR_ENDPOINT_MAX 10
//#elif TU_CHECK_MCU(MM32F327X)
-// #define DCD_ATTR_ENDPOINT_MAX not knwon yet
+// #define DCD_ATTR_ENDPOINT_MAX not known yet
#else
#warning "DCD_ATTR_ENDPOINT_MAX is not defined for this MCU, default to 8"