1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 22:14:45 -04:00

Added support for HackRF

This commit is contained in:
f4exb
2015-09-27 11:27:02 +02:00
parent 2b092bf660
commit 7cc0d95054
3 changed files with 24 additions and 5 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
#include "dsp/samplefifo.h"
#include "dsp/decimators.h"
#define HACKRF_BLOCKSIZE (1<<17)
#define HACKRF_BLOCKSIZE (1<<16)
class HackRFThread : public QThread {
Q_OBJECT