mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-11 02:08:46 -04:00
Initial settings.
This commit is contained in:
@@ -41,11 +41,11 @@ void FCDThread::stopWork()
|
||||
|
||||
void FCDThread::run()
|
||||
{
|
||||
m_running = true;
|
||||
if ( !OpenSource("hw:CARD=V20") )
|
||||
return;
|
||||
// TODO: fallback to original fcd
|
||||
|
||||
m_running = true;
|
||||
while(m_running) {
|
||||
if ( work(BLOCKSIZE) < 0)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user