1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 15:34:57 -04:00

Fixed stop acquisition not working when sample rate is too high

This commit is contained in:
f4exb
2015-09-27 15:47:51 +02:00
parent 8ca8547148
commit fd78dda566
3 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -103,7 +103,9 @@ void DSPEngine::stopAcquistion()
{
qDebug() << "DSPEngine::stopAcquistion";
DSPAcquisitionStop cmd;
m_syncMessenger.sendWait(cmd);
m_syncMessenger.storeMessage(cmd);
handleSynchronousMessages();
if(m_dcOffsetCorrection)
{