mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-22 06:07:36 +02:00
ftdispi: pass BITMODE_MPSSE to ftdipp_mpsse init
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ FtdiSpi::FtdiSpi(int vid, int pid, unsigned char interface, uint32_t clkHZ,
|
||||
setCSmode(SPI_CS_AUTO);
|
||||
setEndianness(SPI_MSB_FIRST);
|
||||
|
||||
init(1, 0x00, bit_conf);
|
||||
init(1, 0x00, BITMODE_MPSSE, bit_conf);
|
||||
}
|
||||
FtdiSpi::~FtdiSpi()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user