1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

HackRF input plugin: pass thread pointer in the callback instead of using a static variable

This commit is contained in:
f4exb
2017-01-08 10:44:38 +01:00
parent 5d51fde9f7
commit 212a8ad2f9
3 changed files with 6 additions and 10 deletions
@@ -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;