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

Airspy HF: removed the integer processing plugin. Updated documentation

This commit is contained in:
f4exb
2018-02-06 00:29:55 +01:00
parent 2ee3161b50
commit f53a5f6e6e
4 changed files with 2 additions and 5 deletions
@@ -135,8 +135,6 @@ bool AirspyHFInput::openDevice()
delete[] sampleRates;
airspyhf_set_sample_type(m_dev, AIRSPYHF_SAMPLE_FLOAT32_IQ);
return true;
}