ftdipp_mpsse: change VID/PID visibility

This commit is contained in:
Gwenhael Goavec-Merou 2020-10-29 07:40:56 +01:00
parent f75a7f8395
commit e0a5d376ba
1 changed files with 1 additions and 1 deletions

View File

@ -55,9 +55,9 @@ class FTDIpp_MPSSE {
bool search_with_dev(const std::string &device);
bool _verbose;
mpsse_bit_config _cable;
private:
int _vid;
int _pid;
private:
int _bus;
int _addr;
char _product[64];