Skip to content

Commit

Permalink
esp_usb_jtag: Removes duplicated 'esp_usb_jtag_interface' declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
gerekon committed Oct 20, 2021
1 parent 3312db3 commit dbdfdfb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/jtag/interfaces.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,6 @@ struct jtag_interface *jtag_interfaces[] = {
#if BUILD_JTAG_VPI == 1
&jtag_vpi_interface,
#endif
#if BUILD_ESP_USB_JTAG == 1
&esp_usb_jtag_interface,
#endif
#if BUILD_FT232R == 1
&ft232r_interface,
#endif
Expand Down

0 comments on commit dbdfdfb

Please sign in to comment.