We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6749c70 commit 626df7dCopy full SHA for 626df7d
src/jtag/interfaces.c
@@ -54,9 +54,6 @@ extern struct jtag_interface dummy_interface;
54
#if BUILD_FTDI == 1
55
extern struct jtag_interface ftdi_interface;
56
#endif
57
-#if BUILD_FTDI_OSCAN1 == 1
58
-extern struct jtag_interface oscan1_ftdi_interface;
59
-#endif
60
#if BUILD_USB_BLASTER == 1 || BUILD_USB_BLASTER_2 == 1
61
extern struct jtag_interface usb_blaster_interface;
62
0 commit comments