ftdijtag: add method to flush internal buffer

This commit is contained in:
Gwenhael Goavec-Merou 2019-12-06 07:21:39 +01:00
parent eb3286ad2a
commit 249f634d03
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ class FtdiJtag : public FTDIpp_MPSSE {
void go_test_logic_reset();
void set_state(int newState);
int flushTMS(bool flush_buffer = false);
void flush() {mpsse_write();}
void setTMS(unsigned char tms);
enum tapState_t {