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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user