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

PlutoSDRBox: use channels registered at contruction time

This commit is contained in:
f4exb
2021-04-25 22:28:40 +02:00
parent b04cc965e1
commit 54222ff016
3 changed files with 96 additions and 78 deletions
@@ -113,7 +113,6 @@ void PlutoSDRInputThread::run()
{
m_buf[ihs++] = *((int16_t *) p_dat);
m_buf[ihs++] = *(((int16_t *) p_dat) + 1);
// iio_channel_convert(m_plutoBox->getRxChannel0(), (void *) &m_bufConv[ihs], (const void *) &m_buf[ihs]);
}
if (m_iqOrder) {