mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-22 06:07:36 +02:00
main: disable jtag verbose in all case
This commit is contained in:
@@ -114,9 +114,9 @@ int main(int argc, char **argv)
|
||||
/* jtag base */
|
||||
FtdiJtag *jtag;
|
||||
if (args.device == "-")
|
||||
jtag = new FtdiJtag(cable, 1, 6000000, args.verbose);
|
||||
jtag = new FtdiJtag(cable, 1, 6000000, false);
|
||||
else
|
||||
jtag = new FtdiJtag(cable, args.device, 1, 6000000, args.verbose);
|
||||
jtag = new FtdiJtag(cable, args.device, 1, 6000000, false);
|
||||
|
||||
/* chain detection */
|
||||
vector<int> listDev;
|
||||
|
||||
Reference in New Issue
Block a user