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