aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/radioInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/radioInterface.h')
-rw-r--r--Transceiver52M/radioInterface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Transceiver52M/radioInterface.h b/Transceiver52M/radioInterface.h
index 6e15a1f..3c58222 100644
--- a/Transceiver52M/radioInterface.h
+++ b/Transceiver52M/radioInterface.h
@@ -140,8 +140,8 @@ public:
/** set thread priority on current thread */
void setPriority() { mRadio->setPriority(); }
- /** get transport bus type of attached device */
- enum RadioDevice::busType getBus() { return mRadio->getBus(); }
+ /** get transport window type of attached device */
+ enum RadioDevice::TxWindowType getWindowType() { return mRadio->getWindowType(); }
protected: