diff options
| author | Ha Thach <[email protected]> | 2022-01-16 20:24:14 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-16 20:24:14 +0700 |
| commit | 976405dea3bc421cd3631b3af93380bdb122af66 (patch) | |
| tree | de47590d0a45d452f7e1ed6c7e8eba97a74f57b0 /src/device/dcd_attr.h | |
| parent | 5dab0e8aed32eb1faf8d958079fcbed4b1dd8b5e (diff) | |
| parent | c722133671a632d6baf60506bd93c3c6d1ed6435 (diff) | |
Merge pull request #1270 from kasjer/kasjer/pic32mz
Driver for Microchip PIC32MZ family
Diffstat (limited to 'src/device/dcd_attr.h')
| -rw-r--r-- | src/device/dcd_attr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/device/dcd_attr.h b/src/device/dcd_attr.h index feba82ea9..10656e85b 100644 --- a/src/device/dcd_attr.h +++ b/src/device/dcd_attr.h @@ -86,6 +86,10 @@ #define DCD_ATTR_ENDPOINT_MAX 10 #define DCD_ATTR_ENDPOINT_EXCLUSIVE_NUMBER +#elif TU_CHECK_MCU(OPT_MCU_PIC32MZ) + #define DCD_ATTR_ENDPOINT_MAX 8 + #define DCD_ATTR_ENDPOINT_EXCLUSIVE_NUMBER + //------------- ST -------------// #elif TU_CHECK_MCU(OPT_MCU_STM32F0) #define DCD_ATTR_ENDPOINT_MAX 8 |
