- fixed typo that prevented WSJT from going into transmit

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@191 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Diane Bruce 2006-07-06 13:54:56 +00:00
parent 99cd80593e
commit f788c5cfa7
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ subroutine fivehz
if(.not.txtime .or. mute.eq.1) TxOK=0 !Lower TxOK
else
if(mantx.eq.1 .and. iptt.eq.0 .and. &
mute.eq.0) i2=ptt(nport,1,pttport,iptt) !Raise PTT
mute.eq.0) i2=ptt(nport,pttport,1,iptt) !Raise PTT
if(mantx.eq.0 .or. mute.eq.1) TxOK=0 !Lower TxOK
endif