* Added code to prevent MFSK shuttting down until transmit
    terminates.
pull/1/head
David Freese 2013-08-02 09:07:32 -05:00
rodzic f9267b9229
commit 1e77d1e90e
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -106,6 +106,8 @@ void mfsk::shutdown()
mfsk::~mfsk()
{
stopflag = true;
int msecs = 200;
while(--msecs && txstate != TX_STATE_PREAMBLE) MilliSleep(1);
if (picTxWin)
picTxWin->hide();
if (picRxWin)