Skip to content

Commit 469e1c3

Browse files
committed
efinix: remove verbose comparison
1 parent 76f84c1 commit 469e1c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/efinix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Efinix::Efinix(Jtag* jtag, const std::string &filename,
108108

109109
/* 5: open SPI interface */
110110
_spi = new FtdiSpi(spi_cable, spi_board->spi_pins_config,
111-
jtag->getClkFreq(), verbose > 0);
111+
jtag->getClkFreq(), verbose);
112112

113113
/* 6: configure pins direction and default state */
114114
init_common(prg_type);

0 commit comments

Comments
 (0)