summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_CellularRadio.h
diff options
context:
space:
mode:
authorsdesai <sdesai@multitech.com>2023-03-23 16:37:24 -0500
committersdesai <sdesai@multitech.com>2023-03-23 16:37:24 -0500
commit91c623896442013d82f59e6e06e70523e9046b8c (patch)
tree31a26054a2da8366deede51d523d882084e3cde9 /include/mts/MTS_IO_CellularRadio.h
parent96a6958ec2242d1ff7bc0afa83e25044e61800e1 (diff)
downloadlibmts-io-91c623896442013d82f59e6e06e70523e9046b8c.tar.gz
libmts-io-91c623896442013d82f59e6e06e70523e9046b8c.tar.bz2
libmts-io-91c623896442013d82f59e6e06e70523e9046b8c.zip
Support Portal Case #5086148: use Cellular Radio time as alternative to GPS or NTP
Diffstat (limited to 'include/mts/MTS_IO_CellularRadio.h')
-rw-r--r--include/mts/MTS_IO_CellularRadio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mts/MTS_IO_CellularRadio.h b/include/mts/MTS_IO_CellularRadio.h
index 0af531b..555a5a7 100644
--- a/include/mts/MTS_IO_CellularRadio.h
+++ b/include/mts/MTS_IO_CellularRadio.h
@@ -277,7 +277,7 @@ namespace MTS {
* @return the list of AT commands (strings).
*/
virtual const std::vector<std::string>& getDiagCommands(bool bIsSimReady = true) = 0;
- virtual CODE setTimeFormat () = 0;
+ virtual CODE setTimeFormat() = 0;
class RadioBandMap : public MTS::NonCopyable {
public: