clkHZ: be more generic

This commit is contained in:
Gwenhael Goavec-Merou
2021-06-12 08:40:40 +02:00
parent 6c3fb2559d
commit b5f2506fd1
6 changed files with 11 additions and 2 deletions
+2
View File
@@ -294,6 +294,8 @@ int FTDIpp_MPSSE::setClkFreq(uint32_t clkHZ)
ftdi_tcioflush(_ftdi);
#endif
_clkHZ = real_freq;
return real_freq;
}