From 0cad2f1cfa2900ac5f8bdd286d080c114ba1c1fb Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Wed, 21 Oct 2015 00:35:06 -0400 Subject: [PATCH] Apparently something still needs this.. TODO: this --- src/demod/DemodDefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demod/DemodDefs.h b/src/demod/DemodDefs.h index 3bedcce..0f49ccd 100644 --- a/src/demod/DemodDefs.h +++ b/src/demod/DemodDefs.h @@ -144,7 +144,7 @@ public: int demodType; DemodulatorThreadParameters() : - frequency(0), sampleRate(0), bandwidth(200000), audioSampleRate(0), + frequency(0), sampleRate(DEFAULT_SAMPLE_RATE), bandwidth(200000), audioSampleRate(0), demodType(DEMOD_TYPE_FM) { }