Skip to content

Commit

Permalink
Remove USB_USB_ID from target.h
Browse files Browse the repository at this point in the history
Defining USB_USB_ID causes PA10 (UART1_RX_PIN) to be configured as USB ID pin.
  • Loading branch information
ezshinoda committed Oct 18, 2020
1 parent ecb804b commit e9952f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/target/IFLIGHT_H743_AIO/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
#define UART8_TX_PIN PE1

#define USE_VCP
#define USE_USB_ID

#define SERIAL_PORT_COUNT 8

Expand Down
1 change: 0 additions & 1 deletion src/main/target/IFLIGHT_H7_TWING/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
#define UART8_TX_PIN PE1

#define USE_VCP
#define USE_USB_ID

#define SERIAL_PORT_COUNT 9

Expand Down

0 comments on commit e9952f2

Please sign in to comment.