From fcf083893caaa861e533a20e107ae8c800702a13 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Thu, 4 Aug 2022 15:47:29 -0400 Subject: [PATCH] update file formatting; --- IO.cpp | 2 +- SerialPort.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IO.cpp b/IO.cpp index 0d55b60..b9fc5c0 100644 --- a/IO.cpp +++ b/IO.cpp @@ -164,7 +164,7 @@ void IO::process() p25RX.databit(bit); } else if (m_modemState == STATE_NXDN) { - /* Next Generation Digital Narrowband */ + /** Next Generation Digital Narrowband */ nxdnRX.databit(bit); } } diff --git a/SerialPort.cpp b/SerialPort.cpp index ab5949d..d9ec94b 100644 --- a/SerialPort.cpp +++ b/SerialPort.cpp @@ -363,7 +363,7 @@ void SerialPort::process() } break; - /* Next Generation Digital Narrowband */ + /** Next Generation Digital Narrowband */ case CMD_NXDN_DATA: if (m_nxdnEnable) { if (m_modemState == STATE_IDLE || m_modemState == STATE_NXDN)