From 23f75ed608922db0c22a01d74f1b38f0bfed43dd Mon Sep 17 00:00:00 2001 From: sdesai Date: Fri, 24 Mar 2023 17:40:31 -0500 Subject: Support Portal Case #5086148: use Cellular Radio time as alternative to GPS or NTP --- src/MTS_IO_TelitRadio.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/MTS_IO_TelitRadio.cpp') diff --git a/src/MTS_IO_TelitRadio.cpp b/src/MTS_IO_TelitRadio.cpp index d73dc0a..be307e6 100644 --- a/src/MTS_IO_TelitRadio.cpp +++ b/src/MTS_IO_TelitRadio.cpp @@ -1213,7 +1213,7 @@ const std::vector& TelitRadio::getDiagCommands(bool) { return vCommands; } -ICellularRadio::CODE TelitRadio::setTimeFormat(void) { +ICellularRadio::CODE TelitRadio::setTimeFormat() { printTrace("%s| Set standard time format", getName().c_str()); ICellularRadio::CODE rc; // Set year format in YYYY first, in case it is in YY format to get accurate year @@ -1234,4 +1234,4 @@ ICellularRadio::CODE TelitRadio::setTimeFormat(void) { return rc; } return SUCCESS; -} \ No newline at end of file +} -- cgit v1.2.3