diff options
| author | Ha Thach <[email protected]> | 2024-12-17 11:14:57 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-17 11:14:57 +0700 |
| commit | b1eae1e5e41dacfb70688ae8aeb950b7b68b8046 (patch) | |
| tree | 5a59ed7a186a0bc6c528f702349d2b1ce001a6af /src/tusb_option.h | |
| parent | 8eeddaab364e413153ebd0a8302f85dfb2e60e9f (diff) | |
| parent | f74ee9c4ed21795e26fdc96af0195657fa404811 (diff) | |
Merge pull request #2906 from hathach/add-ra8m1
Add ra8m1_ek
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 |
