mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-11-02 05:03:18 +00:00
Transceiver52M: Add virtual destructor for radio device
Empty destructor removes compile warning. Signed-off-by: Thomas Tsou <tom@tsou.cc>
This commit is contained in:
@@ -43,6 +43,8 @@ class RadioDevice {
|
||||
/** Initialize the USRP */
|
||||
virtual int open(const std::string &args = "", bool extref = false)=0;
|
||||
|
||||
virtual ~RadioDevice() { }
|
||||
|
||||
/** Start the USRP */
|
||||
virtual bool start()=0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user