diff options
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; +} |