Use REQ in start_tx

pull/2/head
Stelios Bounanos 2008-09-03 18:45:39 +01:00
rodzic 4b41ce093d
commit 1d42855a2a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2511,7 +2511,7 @@ void start_tx()
{
if (progdefaults.rsid == true) return;
trx_transmit();
wf->set_XmtRcvBtn(true);
REQ(&waterfall::set_XmtRcvBtn, wf, true);
}
void abort_tx()