diff options
Diffstat (limited to 'src/MTS_IO_LE910SVGRadio.cpp')
-rw-r--r-- | src/MTS_IO_LE910SVGRadio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MTS_IO_LE910SVGRadio.cpp b/src/MTS_IO_LE910SVGRadio.cpp index 692350d..e0afd67 100644 --- a/src/MTS_IO_LE910SVGRadio.cpp +++ b/src/MTS_IO_LE910SVGRadio.cpp @@ -39,7 +39,7 @@ LE910SVGRadio::LE910SVGRadio(const std::string& sPort) } -CellularRadio::CODE LE910SVGRadio::getCarrier(std::string& sCarrier) { +LE910SVGRadio::CODE LE910SVGRadio::getCarrier(std::string& sCarrier) { sCarrier = "Verizon"; return SUCCESS; } |