mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-29 09:30:52 +02:00
src/ftdispi: typo: replace _holdn by _wpn for spi_config.wpn_pi (fix issue #277).
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ FtdiSpi::FtdiSpi(const cable_t &cable,
|
||||
if (spi_config.holdn_pin)
|
||||
_holdn = spi_config.holdn_pin;
|
||||
if (spi_config.wpn_pin)
|
||||
_holdn = spi_config.wpn_pin;
|
||||
_wpn = spi_config.wpn_pin;
|
||||
|
||||
/* clk is fixed by MPSSE engine
|
||||
* but CS, holdn, wpn are free -> update bits direction
|
||||
|
||||
Reference in New Issue
Block a user