diff options
author | Jeff Hatch <jhatch@multitech.com> | 2015-11-04 09:32:10 -0600 |
---|---|---|
committer | Jeff Hatch <jhatch@multitech.com> | 2015-11-04 09:32:10 -0600 |
commit | ac3c9cbd5d19e98f6f5f4fc76d6bb01bee9e9284 (patch) | |
tree | d45cc511e0422d495fa0d4503926bf408aece3a8 /src/MTS_IO_GE910Radio.cpp | |
parent | 643fd4e886d43c10e7cb1765ea153b8ba790ef5f (diff) | |
parent | 98281d3bda9fae91c265e0b626782ebbaaab7bdf (diff) | |
download | libmts-io-ac3c9cbd5d19e98f6f5f4fc76d6bb01bee9e9284.tar.gz libmts-io-ac3c9cbd5d19e98f6f5f4fc76d6bb01bee9e9284.tar.bz2 libmts-io-ac3c9cbd5d19e98f6f5f4fc76d6bb01bee9e9284.zip |
Merge branch 'master' of git://git.multitech.net/libmts-io
Diffstat (limited to 'src/MTS_IO_GE910Radio.cpp')
-rw-r--r-- | src/MTS_IO_GE910Radio.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/MTS_IO_GE910Radio.cpp b/src/MTS_IO_GE910Radio.cpp index 7e35323..e402b13 100644 --- a/src/MTS_IO_GE910Radio.cpp +++ b/src/MTS_IO_GE910Radio.cpp @@ -39,3 +39,7 @@ GE910Radio::GE910Radio(const std::string& sPort) } +CellularRadio::CODE GE910Radio::setRxDiversity(const Json::Value& jArgs) { +/* Command string for GE radios: N/A */ + return FAILURE; +} |