mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-05 14:25:28 +00:00
Removing bulky sprintf function
This commit is contained in:
parent
555cf91e36
commit
60c5b4654e
2 changed files with 0 additions and 2 deletions
|
|
@ -1019,7 +1019,6 @@ void CSerialPort::printConf()
|
|||
char buff[60];
|
||||
|
||||
writeDebug("ZUMspot configuration:");
|
||||
sprintf(buff, "TX freq %lu Hz, RX freq %lu Hz", io.TXfreq(), io.RXfreq());
|
||||
writeDebug(buff);
|
||||
writeDebug("D-Star dev (Hz):", io.devDSTAR());
|
||||
writeDebug("DMR +1 sym dev (Hz):", io.devDMR());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue