mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-22 06:07:36 +02:00
ftdipp_mpsse: fix message in setClkFreq
This commit is contained in:
@@ -402,7 +402,7 @@ int FTDIpp_MPSSE::setClkFreq(uint32_t clkHZ)
|
||||
}
|
||||
|
||||
if (_clkHZ > base_freq / 2) {
|
||||
printWarn("Jtag probe limited to %d MHz" + std::to_string(base_freq / 2));
|
||||
printWarn("Jtag probe limited to " + std::to_string(base_freq / 2) + " Hz");
|
||||
_clkHZ = base_freq / 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user