From 10a573eb24a2c78c090a7a62614a8610f4ee17e1 Mon Sep 17 00:00:00 2001
From: Tom
Date: Tue, 6 Oct 2009 17:56:25 -0700
Subject: Adding ports to GRC file for new debug outputs

---
 grc/blocks/gr_pfb_clock_sync.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

(limited to 'grc')

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>
-- 
cgit