diff options
| author | hathach <[email protected]> | 2025-05-28 08:38:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-05-28 08:38:26 +0700 |
| commit | 132c55aca0aa9bb68b4ffb96ec89947e08e19b88 (patch) | |
| tree | 808c19fb8f949ed5ec90adda30e27c6956f7e9f7 /src/tusb_option.h | |
| parent | 8f077f9295838d6a7e7a5151cb46605df14a630d (diff) | |
add OPT_MCU_MAX32665
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 6d733a429..104f669c9 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -195,6 +195,7 @@ // Analog Devices #define OPT_MCU_MAX32690 2400 ///< ADI MAX32690 +#define OPT_MCU_MAX32665 2401 ///< ADI MAX32666/5 #define OPT_MCU_MAX32666 2401 ///< ADI MAX32666/5 #define OPT_MCU_MAX32650 2402 ///< ADI MAX32650/1/2 #define OPT_MCU_MAX78002 2403 ///< ADI MAX78002 |
