mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-04 00:31:29 +02:00
ftdiJtagMPSSE,ftdipp_mpsse: fix verbose level -> must be an int8_t not uint8_t
This commit is contained in:
@@ -29,7 +29,7 @@ using namespace std;
|
||||
#endif
|
||||
|
||||
FtdiJtagMPSSE::FtdiJtagMPSSE(const FTDIpp_MPSSE::mpsse_bit_config &cable,
|
||||
string dev, const string &serial, uint32_t clkHZ, uint8_t verbose):
|
||||
string dev, const string &serial, uint32_t clkHZ, int8_t verbose):
|
||||
FTDIpp_MPSSE(cable, dev, serial, clkHZ, verbose), _ch552WA(false),
|
||||
_write_mode(0), _read_mode(0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user