summaryrefslogtreecommitdiff
path: root/src/MTS_IO_LE910C1NSRadio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MTS_IO_LE910C1NSRadio.cpp')
-rw-r--r--src/MTS_IO_LE910C1NSRadio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MTS_IO_LE910C1NSRadio.cpp b/src/MTS_IO_LE910C1NSRadio.cpp
index 6c403a0..425ab93 100644
--- a/src/MTS_IO_LE910C1NSRadio.cpp
+++ b/src/MTS_IO_LE910C1NSRadio.cpp
@@ -39,7 +39,7 @@ LE910C1NSRadio::LE910C1NSRadio(const std::string& sPort)
}
-CellularRadio::CODE LE910C1NSRadio::getCarrier(std::string& sCarrier) {
+LE910C1NSRadio::CODE LE910C1NSRadio::getCarrier(std::string& sCarrier) {
sCarrier = "Sprint";
return SUCCESS;
}