summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom2009-10-06 17:56:25 -0700
committerTom2009-10-06 17:56:25 -0700
commit10a573eb24a2c78c090a7a62614a8610f4ee17e1 (patch)
tree99b41c6a4ad0b4d915c49df570545ca70b90dc25
parent59adecb4420515eedc4cc9f4266ac40a91fc3dcc (diff)
downloadgnuradio-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.xml10
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>