1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-26 20:14:19 -04:00

PlutoSDR input: simplify convert method parameters

This commit is contained in:
f4exb
2017-09-08 08:45:24 +02:00
parent 450a44036e
commit 3c20b02602
2 changed files with 22 additions and 22 deletions
@@ -60,7 +60,7 @@ private:
Decimators<qint16, SDR_SAMP_SZ, 12> m_decimators;
void run();
void convert(const qint16* buf, qint32 len);
void convert();
};