1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Remove USB_USB_ID from target.h

Defining USB_USB_ID causes PA10 (UART1_RX_PIN) to be configured as USB ID pin.
This commit is contained in:
jflyper 2020-10-18 22:10:08 +09:00
parent ecb804bf5e
commit e9952f2747
2 changed files with 0 additions and 2 deletions

View file

@ -60,7 +60,6 @@
#define UART8_TX_PIN PE1
#define USE_VCP
#define USE_USB_ID
#define SERIAL_PORT_COUNT 8

View file

@ -87,7 +87,6 @@
#define UART8_TX_PIN PE1
#define USE_VCP
#define USE_USB_ID
#define SERIAL_PORT_COUNT 9