mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
meh.
This commit is contained in:
parent
d84f9a6da5
commit
aaef1678ad
@ -65,7 +65,7 @@ void RTLSDRThread::run()
|
|||||||
m_startWaiter.wakeAll();
|
m_startWaiter.wakeAll();
|
||||||
|
|
||||||
while(m_running) {
|
while(m_running) {
|
||||||
if((res = rtlsdr_read_async(m_dev, &RTLSDRThread::callbackHelper, this, 16, 2 * BLOCKSIZE)) < 0) {
|
if((res = rtlsdr_read_async(m_dev, &RTLSDRThread::callbackHelper, this, 32, BLOCKSIZE)) < 0) {
|
||||||
qCritical("RTLSDRThread: async error: %s", strerror(errno));
|
qCritical("RTLSDRThread: async error: %s", strerror(errno));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user