mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-03 07:43:06 +02:00
ftdi: drop divide_by_5 param, now it's automatically set/unset according to the frequency. Better freq display
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user