This commit is contained in:
Charles J. Cliffe 2015-01-03 19:03:16 -05:00
parent 904050da13
commit e2e261f1c0
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ void DemodulatorThread::threadMain() {
freqdem_demodulate_block(demodFM, &agcData[0], numWritten, &demodOutputData[0]);
} else {
float p;
switch (demodulatorType) {
switch (demodulatorType.load()) {
case DEMOD_TYPE_LSB:
for (int i = 0; i < numWritten; i++) { // Reject upper band
nco_crcf_mix_up(ssbShifterUp, resampledData[i], &x);