mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -04:00
HackRF output: removed useless method to set samplerate in the thread
This commit is contained in:
@@ -36,7 +36,6 @@ public:
|
||||
|
||||
void startWork();
|
||||
void stopWork();
|
||||
void setSamplerate(uint32_t samplerate);
|
||||
void setLog2Interpolation(unsigned int log2_interp);
|
||||
|
||||
private:
|
||||
@@ -48,7 +47,6 @@ private:
|
||||
qint8 m_buf[2*HACKRF_BLOCKSIZE];
|
||||
SampleSourceFifo* m_sampleFifo;
|
||||
|
||||
int m_samplerate;
|
||||
unsigned int m_log2Interp;
|
||||
|
||||
Interpolators<qint8, SDR_SAMP_SZ, 8> m_interpolators;
|
||||
|
||||
Reference in New Issue
Block a user