mirror of
https://github.com/g8bpq/QtSoundModem.git
synced 2025-04-12 09:31:06 +02:00
0.0.0.73a
This commit is contained in:
parent
87303e44ee
commit
cc161241c3
2 changed files with 3 additions and 2 deletions
4
SMMain.c
4
SMMain.c
|
@ -541,12 +541,12 @@ void SMUpdateBusyDetector(int LR, float * Real, float *Imag)
|
|||
|
||||
if (blnBusyStatus && !blnLastBusyStatus[chan])
|
||||
{
|
||||
Debugprintf("Ch %d Busy True", chan);
|
||||
// Debugprintf("Ch %d Busy True", chan);
|
||||
updateDCD(chan, TRUE);
|
||||
}
|
||||
else if (blnLastBusyStatus[chan] && !blnBusyStatus)
|
||||
{
|
||||
Debugprintf("Ch %d Busy False", chan);
|
||||
// Debugprintf("Ch %d Busy False", chan);
|
||||
updateDCD(chan, FALSE);
|
||||
}
|
||||
blnLastBusyStatus[chan] = blnBusyStatus;
|
||||
|
|
1
ofdm.c
1
ofdm.c
|
@ -200,6 +200,7 @@ extern int LastDataFrameType; // Last data frame processed (for Memory ARQ, et
|
|||
extern int intNAKctr;
|
||||
extern int intACKctr;
|
||||
extern int intTimeouts;
|
||||
void ARDOPSampleSink(short Sample);
|
||||
|
||||
extern UCHAR goodReceivedBlocks[128];
|
||||
extern UCHAR goodReceivedBlockLen[128];
|
||||
|
|
Loading…
Add table
Reference in a new issue