mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-01-07 09:09:56 +01:00
Removing bulky sprintf function
This commit is contained in:
parent
555cf91e36
commit
60c5b4654e
|
|
@ -23,7 +23,6 @@
|
|||
#if defined(STM32F10X_MD)
|
||||
#include <stm32f10x.h>
|
||||
#include "string.h"
|
||||
#include <stdio.h>
|
||||
#else
|
||||
#include <Arduino.h>
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -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…
Reference in a new issue