diff options
Diffstat (limited to 'gr-analog/lib/fmdet_cf_impl.cc')
-rw-r--r-- | gr-analog/lib/fmdet_cf_impl.cc | 4 |
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, |