Removing bulky sprintf function

This commit is contained in:
Andy CA6JAU 2017-08-24 15:00:00 -03:00
parent 555cf91e36
commit 60c5b4654e
2 changed files with 0 additions and 2 deletions

View file

@ -23,7 +23,6 @@
#if defined(STM32F10X_MD)
#include <stm32f10x.h>
#include "string.h"
#include <stdio.h>
#else
#include <Arduino.h>
#endif

View file

@ -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());