diff options
author | Tom | 2009-10-06 17:56:25 -0700 |
---|---|---|
committer | Tom | 2009-10-06 17:56:25 -0700 |
commit | 10a573eb24a2c78c090a7a62614a8610f4ee17e1 (patch) | |
tree | 99b41c6a4ad0b4d915c49df570545ca70b90dc25 | |
parent | 59adecb4420515eedc4cc9f4266ac40a91fc3dcc (diff) | |
download | gnuradio-10a573eb24a2c78c090a7a62614a8610f4ee17e1.tar.gz gnuradio-10a573eb24a2c78c090a7a62614a8610f4ee17e1.tar.bz2 gnuradio-10a573eb24a2c78c090a7a62614a8610f4ee17e1.zip |
Adding ports to GRC file for new debug outputs
-rw-r--r-- | grc/blocks/gr_pfb_clock_sync.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/grc/blocks/gr_pfb_clock_sync.xml b/grc/blocks/gr_pfb_clock_sync.xml index 9e2f3fa9c..3a066c23c 100644 --- a/grc/blocks/gr_pfb_clock_sync.xml +++ b/grc/blocks/gr_pfb_clock_sync.xml @@ -50,4 +50,14 @@ <type>float</type> <optional>1</optional> </source> + <source> + <name>rate</name> + <type>float</type> + <optional>1</optional> + </source> + <source> + <name>phase</name> + <type>float</type> + <optional>1</optional> + </source> </block> |