ftdipp_mpsse: change _buffer visibility
This commit is contained in:
parent
09c28c23a7
commit
78ea8ac808
|
|
@ -62,15 +62,14 @@ class FTDIpp_MPSSE {
|
||||||
int _addr;
|
int _addr;
|
||||||
char _product[64];
|
char _product[64];
|
||||||
unsigned char _interface;
|
unsigned char _interface;
|
||||||
|
/* gpio */
|
||||||
|
bool __gpio_write(bool low_pins);
|
||||||
protected:
|
protected:
|
||||||
int _clkHZ;
|
int _clkHZ;
|
||||||
struct ftdi_context *_ftdi;
|
struct ftdi_context *_ftdi;
|
||||||
int _buffer_size;
|
int _buffer_size;
|
||||||
int _num;
|
int _num;
|
||||||
private:
|
|
||||||
unsigned char *_buffer;
|
unsigned char *_buffer;
|
||||||
/* gpio */
|
|
||||||
bool __gpio_write(bool low_pins);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue