ftdipp_mpsse: display/typo
This commit is contained in:
parent
bd917d51ef
commit
1c7a4afd01
|
|
@ -365,7 +365,7 @@ int FTDIpp_MPSSE::setClkFreq(uint32_t clkHZ)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_clkHZ > base_freq / 2) {
|
if (_clkHZ > base_freq / 2) {
|
||||||
printWarn("Jtag probe limited to %d MHz", base_freq / 2);
|
printWarn("Jtag probe limited to %d MHz" + std::to_string(base_freq / 2));
|
||||||
_clkHZ = base_freq / 2;
|
_clkHZ = base_freq / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue