diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-09-07 13:22:16 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-09-20 09:39:27 -0700 |
commit | 65bcd58b65219408268e5db1b8fbafb2d3ccc215 (patch) | |
tree | 3ff0d7b9be1d1bdd4c8fa328291bcbb98f6d5078 /gr-noaa/swig/Makefile.am | |
parent | 225d3141a7f4754eae5a1a041e1d18dc38131772 (diff) |
Updated HRPT blocks/scripts for testing. Seeing good minor frame sync's.
* Change PLL and SYNC blocks to output floats
* Correct bit sense
* Update RX script to record ascii bits
Diffstat (limited to 'gr-noaa/swig/Makefile.am')
-rw-r--r-- | gr-noaa/swig/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-noaa/swig/Makefile.am b/gr-noaa/swig/Makefile.am index 18cb5920ae..2f98738ca0 100644 --- a/gr-noaa/swig/Makefile.am +++ b/gr-noaa/swig/Makefile.am @@ -53,8 +53,8 @@ noaa_swig_python = \ # additional SWIG files to be installed noaa_swig_swiginclude_headers = \ noaa_swig.i \ - noaa_hrpt_pll_cc.i \ - noaa_hrpt_sync_cc.i + noaa_hrpt_pll_cf.i \ + noaa_hrpt_sync_ff.i include $(top_srcdir)/Makefile.swig |