From 4ee038553036466bd079d49011a9fd17a1602cbb Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Mon, 28 Dec 2015 15:51:20 -0800 Subject: [PATCH] Add FM class default constructor. For classes that configure FM demodulation at runtime. --- firmware/baseband/dsp_demodulate.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/firmware/baseband/dsp_demodulate.hpp b/firmware/baseband/dsp_demodulate.hpp index c5f871e14..51c9504d3 100644 --- a/firmware/baseband/dsp_demodulate.hpp +++ b/firmware/baseband/dsp_demodulate.hpp @@ -37,6 +37,12 @@ public: class FM { public: + constexpr FM( + ) : z_ { 0 }, + k { 0 } + { + } + /* * angle: -pi to pi. output range: -32768 to 32767. * Maximum delta-theta (output of atan2) at maximum deviation frequency: