ftdi: drop divide_by_5 param, now it's automatically set/unset according to the frequency. Better freq display

This commit is contained in:
Gwenhael Goavec-Merou
2021-02-19 07:07:10 +01:00
parent 5f9a8835da
commit 7cc5676e8e
10 changed files with 41 additions and 31 deletions
-1
View File
@@ -33,7 +33,6 @@ class JtagInterface {
virtual ~JtagInterface() {}
virtual int setClkFreq(uint32_t clkHZ) = 0;
virtual int setClkFreq(uint32_t clkHZ, char use_divide_by_5) = 0;
/*!
* \brief flush TMS internal buffer (ie. transmit to converter)