mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-26 13:26:24 -04:00
WDSP: removed useless mutexes
This commit is contained in:
@@ -148,10 +148,8 @@ void OSCTRL::SetosctrlRun (TXA& txa, int run)
|
||||
{
|
||||
if (txa.osctrl.p->run != run)
|
||||
{
|
||||
txa.csDSP.lock();
|
||||
txa.osctrl.p->run = run;
|
||||
TXA::SetupBPFilters (txa);
|
||||
txa.csDSP.unlock();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user