summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorNathan Conrad <[email protected]>2019-09-10 12:13:36 -0400
committerNathan Conrad <[email protected]>2019-09-10 12:13:36 -0400
commit23d39f2b15807f3f2fe295f0d0da469e9535d202 (patch)
tree6ca5cfd888a883fb8d65f24e5f5667730b416c95 /src/tusb_option.h
parent65e72de7ce0209683896393d982448088f7609d8 (diff)
Remove OPT_MCU_STM for L and G series.
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index 9ca4fc56f..af2df19c9 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -62,17 +62,6 @@
#define OPT_MCU_STM32F1x3 334 ///< ST STM32F1x3
#define OPT_MCU_STM32F3x2 335 ///< ST STM32F3x2
#define OPT_MCU_STM32F3x3 336 ///< ST STM32F3x3
-#define OPT_MCU_STM32L0x1 337 ///< ST STM32L3x1
-#define OPT_MCU_STM32L0x2 338 ///< ST STM32L3x2
-#define OPT_MCU_STM32L1x0 339 ///< ST STM32L1x0
-#define OPT_MCU_STM32L1x1 340 ///< ST STM32L1x1
-#define OPT_MCU_STM32L1x2 341 ///< ST STM32L1x2
-#define OPT_MCU_STM32L4x2 342 ///< ST STM32L4x2
-#define OPT_MCU_STM32L4x3 343 ///< ST STM32L4x3
-#define OPT_MCU_STM32G4x1 344 ///< ST STM32G4x1
-#define OPT_MCU_STM32G4x3 345 ///< ST STM32G4x3
-#define OPT_MCU_STM32G4x4 346 ///< ST STM32G4x4
-
/** @} */