diff options
| author | hathach <[email protected]> | 2022-01-16 15:38:23 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-01-16 15:38:23 +0700 |
| commit | c722133671a632d6baf60506bd93c3c6d1ed6435 (patch) | |
| tree | 5b83c313c71fc5544b7e1e819f8b35b7b3cea91d /src | |
| parent | fff4a248bea532f34b5cc27dfc64b7f85c5bef73 (diff) | |
change OPT_MCU_PIC32MZ to value of 1900
Diffstat (limited to 'src')
| -rw-r--r-- | src/tusb_option.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 4f16a3c1a..351eeab88 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -66,7 +66,6 @@ #define OPT_MCU_SAML22 205 ///< MicroChip SAML22 #define OPT_MCU_SAML21 206 ///< MicroChip SAML21 #define OPT_MCU_SAMX7X 207 ///< MicroChip SAME70, S70, V70, V71 family -#define OPT_MCU_PIC32MZ 220 ///< MicroChip PIC32MZ family // STM32 #define OPT_MCU_STM32F0 300 ///< ST F0 @@ -137,6 +136,9 @@ // Infineon #define OPT_MCU_XMC4000 1800 ///< Infineon XMC4000 +// PIC +#define OPT_MCU_PIC32MZ 1900 ///< MicroChip PIC32MZ family + // Helper to check if configured MCU is one of listed // Apply _TU_CHECK_MCU with || as separator to list of input #define _TU_CHECK_MCU(_m) (CFG_TUSB_MCU == _m) |
