mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 01:48:50 +02:00
anlogicCable: remove unused _verbose, _tdi, _tms
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ void Jtag::init_internal(cable_t &cable, const string &dev, const string &serial
|
||||
{
|
||||
switch (cable.type) {
|
||||
case MODE_ANLOGICCABLE:
|
||||
_jtag = new AnlogicCable(clkHZ, _verbose);
|
||||
_jtag = new AnlogicCable(clkHZ);
|
||||
break;
|
||||
case MODE_FTDI_BITBANG:
|
||||
if (pin_conf == NULL)
|
||||
|
||||
Reference in New Issue
Block a user