diff options
| author | HiFiPhile <[email protected]> | 2021-03-03 19:33:36 +0100 |
|---|---|---|
| committer | MasterPhi <[email protected]> | 2021-06-11 12:17:11 +0200 |
| commit | e7bee80948bdb5132e815eaaf957b75f691cfaa3 (patch) | |
| tree | f91baf5a866224482f45c8d2f0950dce7f174e21 | |
| parent | f8aa4b3ff3e3db71e752d9278bc248fb9e066f75 (diff) | |
Add OPT_MCU_SAME70 option value.
| -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..fb86d7f9c 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -61,6 +61,7 @@ #define OPT_MCU_SAME5X 203 ///< MicroChip SAM E5x #define OPT_MCU_SAMD11 204 ///< MicroChip SAMD11 #define OPT_MCU_SAML22 205 ///< MicroChip SAML22 +#define OPT_MCU_SAME70 206 ///< MicroChip SAME70 series // STM32 #define OPT_MCU_STM32F0 300 ///< ST STM32F0 |
