diff options
| author | Andrei Gramakov <[email protected]> | 2020-02-19 12:45:29 +0100 |
|---|---|---|
| committer | Andrei Gramakov <[email protected]> | 2020-02-19 12:50:36 +0100 |
| commit | 8d84bdff2177205be3ce97b4ecdc0247ae088606 (patch) | |
| tree | 84c4a172c600ed1e32fee11fa1d169b9dc101c41 /src | |
| parent | 0d3a7257f54db8b867be35d80b9c1fda85f656d3 (diff) | |
add a number for esp32-s2
Diffstat (limited to 'src')
| -rw-r--r-- | src/tusb_option.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index d39dd1046..97f14532f 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -80,6 +80,8 @@ #define OPT_MCU_NUC121 800 #define OPT_MCU_NUC126 801 +#define OPT_MCU_ESP32S2 900 ///< Espressif ESP32-S2 + /** @} */ /** \defgroup group_supported_os Supported RTOS |
