summaryrefslogtreecommitdiff
path: root/gr-analog/lib/fmdet_cf_impl.cc
diff options
context:
space:
mode:
authorMarcus Müller <marcus@hostalia.de>2018-03-22 22:29:21 +0100
committerMarcus Müller <marcus@hostalia.de>2018-03-22 22:32:12 +0100
commitd3aba0022c3317bc8856f05612cafcdca4b4d667 (patch)
tree9dd5ddbf8db2f357754a73b4eed4d0cc8924360a /gr-analog/lib/fmdet_cf_impl.cc
parent9ae5d4cd3da84ce7e5a0c2abe7fec1ff8d229ae8 (diff)
parent886ce0f13b4135c1206c26786e06a524e92fc271 (diff)
Merge branch 'fix_cmake_cxx_standard' of https://github.com/noc0lour/gnuradio into noc0lour-fix_cmake_cxx_standard
Diffstat (limited to 'gr-analog/lib/fmdet_cf_impl.cc')
-rw-r--r--gr-analog/lib/fmdet_cf_impl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-analog/lib/fmdet_cf_impl.cc b/gr-analog/lib/fmdet_cf_impl.cc
index 38496d189b..5151f027d4 100644
--- a/gr-analog/lib/fmdet_cf_impl.cc
+++ b/gr-analog/lib/fmdet_cf_impl.cc
@@ -1,6 +1,6 @@
/* -*- c++ -*- */
/*
- * Copyright 2008,2010,2012 Free Software Foundation, Inc.
+ * Copyright 2008,2010,2012,2018 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
@@ -31,7 +31,7 @@
namespace gr {
namespace analog {
-#define M_TWOPI (2*M_PI)
+#define M_TWOPI (2*GR_M_PI)
fmdet_cf::sptr
fmdet_cf::make(float samplerate, float freq_low,