mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
ftdiXX.hpp: suppress redundant _verbose
This commit is contained in:
@@ -59,6 +59,5 @@ class FtdiJtag : public FTDIpp_MPSSE {
|
||||
int _num_tms;
|
||||
unsigned char *_tms_buffer;
|
||||
std::string _board_name;
|
||||
bool _verbose;
|
||||
};
|
||||
#endif
|
||||
|
||||
@@ -39,6 +39,4 @@ class FtdiSpi : public FTDIpp_MPSSE {
|
||||
uint8_t _rd_mode;
|
||||
unsigned char _endian;
|
||||
uint8_t _cs_mode;
|
||||
protected:
|
||||
bool _verbose;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user