From 9eee3fd869ec7883febd5716690037d48e004084 Mon Sep 17 00:00:00 2001 From: Edouard Griffiths Date: Mon, 21 Mar 2016 08:34:27 +0100 Subject: [PATCH] BFMdemod: reverted C++11 changes. Causing too many problems --- plugins/channel/demodbfm/bfmdemod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/channel/demodbfm/bfmdemod.h b/plugins/channel/demodbfm/bfmdemod.h index 08291f96d..3a2c7a594 100644 --- a/plugins/channel/demodbfm/bfmdemod.h +++ b/plugins/channel/demodbfm/bfmdemod.h @@ -214,7 +214,7 @@ private: LowPassFilterRC m_deemphasisFilterX; LowPassFilterRC m_deemphasisFilterY; - static constexpr Real default_deemphasis = 50.0; // 50 us + static const Real default_deemphasis = 50.0; // 50 us Real m_fmExcursion; static const int default_excursion = 750000; // +/- 75 kHz