diff options
| author | hathach <[email protected]> | 2021-09-18 16:53:16 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-09-18 16:53:16 +0700 |
| commit | ea595d3161b1e32c17a2df5c166f92c051b67409 (patch) | |
| tree | 24bf3dc4917aebbc84fa8779c724a7e4d070d60d | |
| parent | 3333703d257b4b2a37f543a65ea4a6e2db777fdb (diff) | |
update dcd attr for mm32
| -rw-r--r-- | src/device/dcd_attr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/device/dcd_attr.h b/src/device/dcd_attr.h index a35fc0ac5..44f2cc1d6 100644 --- a/src/device/dcd_attr.h +++ b/src/device/dcd_attr.h @@ -63,6 +63,9 @@ #elif TU_CHECK_MCU(MKL25ZXX) || TU_CHECK_MCU(K32L2BXX) #define DCD_ATTR_ENDPOINT_MAX 16 +#elif TU_CHECK_MCU(MM32F327X) + #define DCD_ATTR_ENDPOINT_MAX 16 + //------------- Nordic -------------// #elif TU_CHECK_MCU(NRF5X) // 8 CBI + 1 ISO |
