ftdipp_mpsse: change clkHZ visibility
This commit is contained in:
parent
9b1c0d42e1
commit
652b3d292e
|
|
@ -48,8 +48,8 @@ class FTDIpp_MPSSE {
|
|||
int _addr;
|
||||
char _product[64];
|
||||
unsigned char _interface;
|
||||
int _clkHZ;
|
||||
protected:
|
||||
int _clkHZ;
|
||||
struct ftdi_context *_ftdi;
|
||||
int _buffer_size;
|
||||
private:
|
||||
|
|
|
|||
Loading…
Reference in New Issue