ftdipp_mpsse: _verbose int8_t -> bool

This commit is contained in:
Gwenhael Goavec-Merou 2023-07-30 07:23:19 +02:00
parent c41ef7539c
commit 76f84c1190
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class FTDIpp_MPSSE {
int mpsse_get_buffer_size() {return _buffer_size;}
unsigned int udevstufftoint(const char *udevstring, int base);
bool search_with_dev(const std::string &device);
int8_t _verbose;
bool _verbose;
mpsse_bit_config _cable;
int _vid;
int _pid;