mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-31 16:20:57 +00:00
Remove unnecessary define guard
The GD32VF103 family only has USB-OTG peripherals.
This commit is contained in:
parent
0399996ee5
commit
4cebde65ec
@ -34,7 +34,7 @@
|
|||||||
#define USE_SOF 0
|
#define USE_SOF 0
|
||||||
|
|
||||||
#if defined (STM32F105x8) || defined (STM32F105xB) || defined (STM32F105xC) || \
|
#if defined (STM32F105x8) || defined (STM32F105xB) || defined (STM32F105xC) || \
|
||||||
defined (STM32F107xB) || defined (STM32F107xC) || defined (GD32VF103)
|
defined (STM32F107xB) || defined (STM32F107xC)
|
||||||
#define STM32F1_SYNOPSYS
|
#define STM32F1_SYNOPSYS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user