summaryrefslogtreecommitdiff
path: root/src/MTS_IO_LE910NA1Radio.cpp
diff options
context:
space:
mode:
authorMaksym Telychko <maksym.telychko@globallogic.com>2019-06-12 15:22:41 +0300
committerMaksym Telychko <maksym.telychko@globallogic.com>2019-06-12 15:22:41 +0300
commit123aed7c4be0b88a4726cae5d722d74ebdf93782 (patch)
tree7923c2bd930ebd879e6d8e6f43dc988a409320c4 /src/MTS_IO_LE910NA1Radio.cpp
parent5c8318bea803966f5b883c986919787e77e514a5 (diff)
downloadlibmts-io-123aed7c4be0b88a4726cae5d722d74ebdf93782.tar.gz
libmts-io-123aed7c4be0b88a4726cae5d722d74ebdf93782.tar.bz2
libmts-io-123aed7c4be0b88a4726cae5d722d74ebdf93782.zip
[MTS-MTQ] refactoring: using full qualified names for consts
Diffstat (limited to 'src/MTS_IO_LE910NA1Radio.cpp')
-rw-r--r--src/MTS_IO_LE910NA1Radio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MTS_IO_LE910NA1Radio.cpp b/src/MTS_IO_LE910NA1Radio.cpp
index 382432b..8ae15ad 100644
--- a/src/MTS_IO_LE910NA1Radio.cpp
+++ b/src/MTS_IO_LE910NA1Radio.cpp
@@ -108,7 +108,7 @@ LE910NA1Radio::CODE LE910NA1Radio::getActiveFirmware(std::string& sFwId) {
sCmd = "AT#FWSWITCH?";
std::string sResult = sendCommand(sCmd);
- size_t end = sResult.find(RSP_OK);
+ size_t end = sResult.find(ICellularRadio::RSP_OK);
if (end == std::string::npos) {
printWarning("%s| Unable to get active image number from radio using command [%s]",
getName().c_str(),