ftdipp_mpsse: display/typo

This commit is contained in:
Gwenhael Goavec-Merou 2023-12-11 07:18:02 +01:00
parent bd917d51ef
commit 1c7a4afd01
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }