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/tusb_option.h | |
| parent | 6fea50f735d00dff23d958eec8cf4a386282c193 (diff) | |
rename to simply OPT_MCU_MSP432E4, add msp432e to ci
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 246893ddb..2edd310fa 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -84,9 +84,9 @@ // Sony #define OPT_MCU_CXD56 400 ///< SONY CXD56 -// TI MSP430 +// TI #define OPT_MCU_MSP430x5xx 500 ///< TI MSP430x5xx -#define OPT_MCU_MSP432E4xx 510 ///< TI MSP432E4xx +#define OPT_MCU_MSP432E4 510 ///< TI MSP432E4xx #define OPT_MCU_TM4C123 511 ///< TI Tiva-C 123x #define OPT_MCU_TM4C129 512 ///< TI Tiva-C 129x |
