mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
ftdipp_mpsse: change _buffer visibility
This commit is contained in:
@@ -62,15 +62,14 @@ class FTDIpp_MPSSE {
|
||||
int _addr;
|
||||
char _product[64];
|
||||
unsigned char _interface;
|
||||
/* gpio */
|
||||
bool __gpio_write(bool low_pins);
|
||||
protected:
|
||||
int _clkHZ;
|
||||
struct ftdi_context *_ftdi;
|
||||
int _buffer_size;
|
||||
int _num;
|
||||
private:
|
||||
unsigned char *_buffer;
|
||||
/* gpio */
|
||||
bool __gpio_write(bool low_pins);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user