mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-24 21:19:02 -04:00
Send nhsym to qmapa, it might be used later.
This commit is contained in:
parent
1f78fe5f2c
commit
50519bc282
@ -48,7 +48,7 @@ subroutine decode0(dd,ss,savg)
|
||||
call qmapa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
|
||||
mousedf,mousefqso,nagain,nfshift,max_drift,offset, &
|
||||
nfcal,mycall,hiscall,hisgrid,nfsample,nmode,ndepth, &
|
||||
datetime,ndop00,fselected,bAlso30)
|
||||
datetime,ndop00,fselected,bAlso30,nhsym)
|
||||
call timer('qmapa ',1)
|
||||
|
||||
return
|
||||
|
@ -1,7 +1,7 @@
|
||||
subroutine qmapa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
|
||||
mousedf,mousefqso,nagain,nfshift,max_drift,offset,nfcal,mycall, &
|
||||
hiscall,hisgrid,nfsample,nBaseSubmode,ndepth,datetime,ndop00, &
|
||||
fselected,bAlso30)
|
||||
fselected,bAlso30,nhsym)
|
||||
|
||||
! Processes timf2 data received from Linrad to find and decode Q65 signals.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user