From 469e1c3669b07d9e1716621e91ce9c853b17a1bd Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sun, 30 Jul 2023 07:28:29 +0200 Subject: [PATCH] efinix: remove verbose comparison --- src/efinix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/efinix.cpp b/src/efinix.cpp index 9436fd9..f3384f2 100644 --- a/src/efinix.cpp +++ b/src/efinix.cpp @@ -108,7 +108,7 @@ Efinix::Efinix(Jtag* jtag, const std::string &filename, /* 5: open SPI interface */ _spi = new FtdiSpi(spi_cable, spi_board->spi_pins_config, - jtag->getClkFreq(), verbose > 0); + jtag->getClkFreq(), verbose); /* 6: configure pins direction and default state */ init_common(prg_type);