aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/radioInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/radioInterface.h')
-rw-r--r--Transceiver52M/radioInterface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Transceiver52M/radioInterface.h b/Transceiver52M/radioInterface.h
index 1dfb37c..090b296 100644
--- a/Transceiver52M/radioInterface.h
+++ b/Transceiver52M/radioInterface.h
@@ -226,6 +226,8 @@ public:
/** returns the full-scale receive amplitude **/
double fullScaleOutputValue();
+ /** set thread priority on current thread */
+ void setPriority() { mRadio->setPriority(); }
protected: