diff options
| author | hathach <[email protected]> | 2024-12-13 17:28:50 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-12-13 17:33:21 +0700 |
| commit | ad0ac6780daf57e8aa8c27fb86b421bf0a9d20b4 (patch) | |
| tree | f69d5b09d31c01a10fa6fb1d50ee975b68ebc1bb /src/tusb_option.h | |
| parent | 0785daecc1a3a11d5bacbd7c4cd7dc4a48b11b49 (diff) | |
change OPT_MCU_RAXXX, fix missing prototype warnings.
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index dca1e4109..8b1a6af01 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -152,7 +152,7 @@ #define OPT_MCU_RX63X 1400 ///< Renesas RX63N/631 #define OPT_MCU_RX65X 1401 ///< Renesas RX65N/RX651 #define OPT_MCU_RX72N 1402 ///< Renesas RX72N -#define OPT_MCU_RAXXX 1403 ///< Renesas RAxxx families +#define OPT_MCU_RAXXX 1420 ///< Renesas RA generic // Mind Motion #define OPT_MCU_MM32F327X 1500 ///< Mind Motion MM32F327 |
