mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
HackRF input plugin: pass thread pointer in the callback instead of using a static variable
This commit is contained in:
@@ -53,7 +53,6 @@ private:
|
||||
int m_samplerate;
|
||||
unsigned int m_log2Decim;
|
||||
int m_fcPos;
|
||||
static HackRFInputThread *m_this;
|
||||
|
||||
Decimators<qint8, SDR_SAMP_SZ, 8> m_decimators;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user