diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-06-21 18:03:59 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:04:00 -0800 |
commit | ba11bf2d699957e9a5d9b587de045162d2fce3e3 (patch) | |
tree | 1fbdd59fe868191d2ff99cde32d5ed28c5e82c72 /host/include | |
parent | 193aec708b4ff3f9e971001c557528fe41f55842 (diff) | |
download | uhd-ba11bf2d699957e9a5d9b587de045162d2fce3e3.tar.gz uhd-ba11bf2d699957e9a5d9b587de045162d2fce3e3.tar.bz2 uhd-ba11bf2d699957e9a5d9b587de045162d2fce3e3.zip |
eiscat: Remove superfluous sr_write
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/rfnoc/blocks/radio_eiscat.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/rfnoc/blocks/radio_eiscat.xml b/host/include/uhd/rfnoc/blocks/radio_eiscat.xml index 867b4c9be..ddf68580b 100644 --- a/host/include/uhd/rfnoc/blocks/radio_eiscat.xml +++ b/host/include/uhd/rfnoc/blocks/radio_eiscat.xml @@ -94,7 +94,7 @@ <value>0</value> <check>EQUAL($use_prev, 0) OR EQUAL($use_prev, 1)</check> <check_message>use_prev must be 0 or 1.</check_message> - <action>SR_WRITE("SR_PREV_OR_NULL", $use_prev) AND SR_WRITE("SR_PREV_OR_NULL", $use_prev)</action> + <action>SR_WRITE("SR_PREV_OR_NULL", $use_prev)</action> </arg> <!--Direct access to the beams register--> <arg> |