ftdiXX.hpp: suppress redundant _verbose

This commit is contained in:
Gwenhael Goavec-Merou 2019-12-20 07:55:32 +01:00
parent af30a13951
commit 6a660855a2
2 changed files with 0 additions and 3 deletions

View File

@ -59,6 +59,5 @@ class FtdiJtag : public FTDIpp_MPSSE {
int _num_tms;
unsigned char *_tms_buffer;
std::string _board_name;
bool _verbose;
};
#endif

View File

@ -39,6 +39,4 @@ class FtdiSpi : public FTDIpp_MPSSE {
uint8_t _rd_mode;
unsigned char _endian;
uint8_t _cs_mode;
protected:
bool _verbose;
};