From 8af42ce3c4890bca7fad0cf453d5a9c73fe8a1bf Mon Sep 17 00:00:00 2001
From: Josh Blum <josh@joshknows.com>
Date: Tue, 10 Apr 2012 19:05:02 -0700
Subject: usrp: updated nchan usage for vita rx change

---
 host/lib/usrp/cores/rx_dsp_core_200.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'host/lib/usrp/cores')

diff --git a/host/lib/usrp/cores/rx_dsp_core_200.cpp b/host/lib/usrp/cores/rx_dsp_core_200.cpp
index cf8db1927..d0afda769 100644
--- a/host/lib/usrp/cores/rx_dsp_core_200.cpp
+++ b/host/lib/usrp/cores/rx_dsp_core_200.cpp
@@ -77,7 +77,7 @@ public:
     }
 
     void clear(void){
-        _iface->poke32(REG_RX_CTRL_NCHANNELS, 1); //also reset
+        _iface->poke32(REG_RX_CTRL_NCHANNELS, 0); //also reset
         _iface->poke32(REG_RX_CTRL_VRT_HDR, 0
             | (0x1 << 28) //if data with stream id
             | (0x1 << 26) //has trailer
-- 
cgit v1.2.3