mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-09 07:38:43 +01:00
Add a missing else to shutdown a warning message
This commit is contained in:
parent
7190acfe9e
commit
acf3fe0297
@ -95,7 +95,7 @@ void SigPath::setDemodulator(int demId, float bandWidth) {
|
|||||||
deemp.bypass = (_deemp == DEEMP_NONE);
|
deemp.bypass = (_deemp == DEEMP_NONE);
|
||||||
demod.start();
|
demod.start();
|
||||||
}
|
}
|
||||||
if (demId == DEMOD_NFM) {
|
else if (demId == DEMOD_NFM) {
|
||||||
API->setVFOSampleRate(vfoName, 16000, bandwidth);
|
API->setVFOSampleRate(vfoName, 16000, bandwidth);
|
||||||
demod.setBlockSize(API->getVFOOutputBlockSize(vfoName));
|
demod.setBlockSize(API->getVFOOutputBlockSize(vfoName));
|
||||||
demod.setSampleRate(16000);
|
demod.setSampleRate(16000);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user