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

Initial settings.

This commit is contained in:
John Greb
2014-12-02 15:39:37 +00:00
parent c364378824
commit 3ec45e00ad
3 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -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;