summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_GE910Radio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mts/MTS_IO_GE910Radio.h')
-rw-r--r--include/mts/MTS_IO_GE910Radio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mts/MTS_IO_GE910Radio.h b/include/mts/MTS_IO_GE910Radio.h
index 4904ea7..499933c 100644
--- a/include/mts/MTS_IO_GE910Radio.h
+++ b/include/mts/MTS_IO_GE910Radio.h
@@ -41,7 +41,8 @@ namespace MTS {
GE910Radio(const std::string& sPort);
virtual ~GE910Radio(){};
- CODE setRxDiversity(const Json::Value& jArgs);
+ CODE setRxDiversity(const Json::Value& jArgs);
+ const std::vector<std::string> getRegistrationCommands() override;
protected: