1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 14:34:57 -04:00

BladeRF output (2)

This commit is contained in:
f4exb
2018-09-29 09:56:54 +02:00
parent c27acf086e
commit d75a576f69
10 changed files with 546 additions and 26 deletions
@@ -62,8 +62,6 @@ bool BladeRF2OutputSettings::deserialize(const QByteArray& data)
if (d.getVersion() == 1)
{
int intval;
d.readS32(1, &m_devSampleRate);
d.readS32(2, &m_bandwidth);
d.readS32(3, &m_gainMode);