diff options
| author | hathach <[email protected]> | 2021-11-08 17:24:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-11-08 17:29:26 +0700 |
| commit | f65917f51a3046c828ced5fbb982348542b382a5 (patch) | |
| tree | dd4e6859923e89c45f6b1cdf071dd4aab67f891b /src/device | |
| parent | 6fea50f735d00dff23d958eec8cf4a386282c193 (diff) | |
rename to simply OPT_MCU_MSP432E4, add msp432e to ci
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 7254f3362..73d592e5c 100644 --- a/src/device/dcd_attr.h +++ b/src/device/dcd_attr.h @@ -146,7 +146,7 @@ #elif TU_CHECK_MCU(OPT_MCU_MSP430x5xx) #define DCD_ATTR_ENDPOINT_MAX 8 -#elif TU_CHECK_MCU(OPT_MCU_MSP432E4xx, OPT_MCU_TM4C123, OPT_MCU_TM4C129) +#elif TU_CHECK_MCU(OPT_MCU_MSP432E4, OPT_MCU_TM4C123, OPT_MCU_TM4C129) #define DCD_ATTR_ENDPOINT_MAX 8 //------------- ValentyUSB -------------// |
