commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 06/08: uhd: Fixed suggested antenna ports o


From: git
Subject: [Commit-gnuradio] [gnuradio] 06/08: uhd: Fixed suggested antenna ports on tx vs rx
Date: Fri, 5 Feb 2016 22:07:44 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit fbbc544d288b4bcdcbffe8d7e84b0bb80f6522d1
Author: Martin Braun <address@hidden>
Date:   Fri Feb 5 08:16:29 2016 -0800

    uhd: Fixed suggested antenna ports on tx vs rx
---
 gr-uhd/grc/gen_uhd_usrp_blocks.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gr-uhd/grc/gen_uhd_usrp_blocks.py 
b/gr-uhd/grc/gen_uhd_usrp_blocks.py
index 8658284..6bcb179 100644
--- a/gr-uhd/grc/gen_uhd_usrp_blocks.py
+++ b/gr-uhd/grc/gen_uhd_usrp_blocks.py
@@ -494,16 +494,16 @@ PARAMS_TMPL = """ <param>
                                part
                        \#end if
                </hide>
-#if $sourk == 'sink'
                <option>
                        <name>TX/RX</name>
                        <key>TX/RX</key>
                </option>
-#end if
+#if $sourk == 'source'
                <option>
                        <name>RX2</name>
                        <key>RX2</key>
                </option>
+#end if
                <tab>RF Options</tab>
        </param>
        <param>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]