jtag: propagate getClkFreq

This commit is contained in:
Gwenhael Goavec-Merou 2021-05-15 08:46:21 +02:00
parent 3d60cd647f
commit 5da47a0200
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ class Jtag {
/* maybe to update */
int setClkFreq(uint32_t clkHZ) { return _jtag->setClkFreq(clkHZ);}
uint32_t getClkFreq() { return _jtag->getClkFreq();}
int detectChain(std::vector<int> &devices, int max_dev);