summaryrefslogtreecommitdiff
path: root/src/MTS_IO_DE910Radio.cpp
diff options
context:
space:
mode:
authorMaksym Telychko <maksym.telychko@globallogic.com>2019-06-06 14:45:58 +0300
committerMaksym Telychko <maksym.telychko@globallogic.com>2019-06-06 14:45:58 +0300
commit53efcef2e2f521135b323e194c45f1d9fa7b5d5d (patch)
tree1212563b63ade85fb58d81a67168826cc36e0c31 /src/MTS_IO_DE910Radio.cpp
parent86e572b513259e1f7164dd4e4b0f490c870bfc30 (diff)
downloadlibmts-io-53efcef2e2f521135b323e194c45f1d9fa7b5d5d.tar.gz
libmts-io-53efcef2e2f521135b323e194c45f1d9fa7b5d5d.tar.bz2
libmts-io-53efcef2e2f521135b323e194c45f1d9fa7b5d5d.zip
[MTS-MTQ] refactoring: namespace usage
Using identificators in appropriate namespace
Diffstat (limited to 'src/MTS_IO_DE910Radio.cpp')
-rw-r--r--src/MTS_IO_DE910Radio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MTS_IO_DE910Radio.cpp b/src/MTS_IO_DE910Radio.cpp
index eccb3eb..8749da6 100644
--- a/src/MTS_IO_DE910Radio.cpp
+++ b/src/MTS_IO_DE910Radio.cpp
@@ -39,7 +39,7 @@ DE910Radio::DE910Radio(const std::string& sPort)
}
-CellularRadio::CODE DE910Radio::setRxDiversity(const Json::Value& jArgs) {
+DE910Radio::CODE DE910Radio::setRxDiversity(const Json::Value& jArgs) {
/* Command string for EV3 radios: AT#CRXD= */
if (jArgs["enabled"].asString() != "1" && jArgs["enabled"].asString() != "0")
{