diff options
| author | hathach <[email protected]> | 2021-06-20 15:04:39 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-06-20 15:04:39 +0700 |
| commit | fbda7d58370663e57bde8e011c7045fa85beb397 (patch) | |
| tree | 97aae761878e61a97e5bf37b52fdef9603bdfa98 /src | |
| parent | 2b5bad7362f96ed376d0cc6e68c5ea1fc00dd4a4 (diff) | |
adding rx65n
Diffstat (limited to 'src')
| -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 5cfcc08e2..5571c91d7 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -112,6 +112,7 @@ // Renesas RX #define OPT_MCU_RX63X 1400 ///< Renesas RX63N/631 +#define OPT_MCU_RX65X 1401 ///< Renesas RX65N/RX651 // Mind Motion #define OPT_MCU_MM32F327X 1500 ///< Mind Motion MM32F327 |
