ftdipp_mpsse: change clkHZ visibility

This commit is contained in:
Gwenhael Goavec-Merou
2020-05-31 15:56:35 +02:00
parent 9b1c0d42e1
commit 652b3d292e
+1 -1
View File
@@ -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: