Skip to content

Commit dbdfdfb

Browse files
committed
esp_usb_jtag: Removes duplicated 'esp_usb_jtag_interface' declaration
1 parent 3312db3 commit dbdfdfb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/jtag/interfaces.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ struct jtag_interface *jtag_interfaces[] = {
175175
#if BUILD_JTAG_VPI == 1
176176
&jtag_vpi_interface,
177177
#endif
178-
#if BUILD_ESP_USB_JTAG == 1
179-
&esp_usb_jtag_interface,
180-
#endif
181178
#if BUILD_FT232R == 1
182179
&ft232r_interface,
183180
#endif

0 commit comments

Comments
 (0)