ftdispi: pass BITMODE_MPSSE to ftdipp_mpsse init

This commit is contained in:
Gwenhael Goavec-Merou 2020-03-06 08:25:43 +01:00
parent 5eb4286cb4
commit 890fc3c767
1 changed files with 1 additions and 1 deletions

View File

@ -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()
{