diff options
| author | Nathan Conrad <[email protected]> | 2019-09-09 13:29:26 -0400 |
|---|---|---|
| committer | Nathan Conrad <[email protected]> | 2019-09-09 13:29:26 -0400 |
| commit | b4c8a09f2011088080b6a93d929cf0ee3b3bc487 (patch) | |
| tree | 81d64c5b7a5d29eed57b327b49212354eb3facf3 /src/tusb_option.h | |
| parent | 96bead4b2ab17d27067f7f32bde503b5dcac420a (diff) | |
Remove STM32 F3 port.
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 fbd48a8fa..e72c9540c 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -52,7 +52,7 @@ #define OPT_MCU_SAMD51 201 ///< MicroChip SAMD51
#define OPT_MCU_STM32F4 300 ///< ST STM32F4
-#define OPT_MCU_STM32F3 301 ///< ST STM32F3
+#define OPT_MCU_STM32_FSDEV 301 ///< ST STM32F3
#define OPT_MCU_STM32H7 302 ///< ST STM32H7
/** @} */
|
