mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-08 08:07:52 -04:00
OSX fix
This commit is contained in:
parent
904050da13
commit
e2e261f1c0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user