diff options
-rw-r--r-- | grc/data/platforms/python/blocks/blks2_wfm_rcv_pll.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/grc/data/platforms/python/blocks/blks2_wfm_rcv_pll.xml b/grc/data/platforms/python/blocks/blks2_wfm_rcv_pll.xml index 3563a1f2a..2771350cf 100644 --- a/grc/data/platforms/python/blocks/blks2_wfm_rcv_pll.xml +++ b/grc/data/platforms/python/blocks/blks2_wfm_rcv_pll.xml @@ -27,7 +27,11 @@ <type>complex</type> </sink> <source> - <name>out</name> + <name>Lout</name> + <type>float</type> + </source> + <source> + <name>Rout</name> <type>float</type> </source> </block> |