summaryrefslogtreecommitdiffstats
path: root/firmware/microblaze
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-10-21 12:27:49 -0700
committerJosh Blum <josh@joshknows.com>2010-10-21 12:27:49 -0700
commitbd59192bd4eceaf86b60d91651e6b0bf11c2274e (patch)
tree11d8b02694f372d3ae53d648bffd1f363005cc04 /firmware/microblaze
parente2f76bddae7845024056b479658651c6da2b0f4d (diff)
downloaduhd-bd59192bd4eceaf86b60d91651e6b0bf11c2274e.tar.gz
uhd-bd59192bd4eceaf86b60d91651e6b0bf11c2274e.tar.bz2
uhd-bd59192bd4eceaf86b60d91651e6b0bf11c2274e.zip
usrp2: handle real overflow packets in host, reload continuous stream cmd, remove firmware handling
Diffstat (limited to 'firmware/microblaze')
-rw-r--r--firmware/microblaze/apps/txrx_uhd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/microblaze/apps/txrx_uhd.c b/firmware/microblaze/apps/txrx_uhd.c
index 1dd6e80ac..dd43059a3 100644
--- a/firmware/microblaze/apps/txrx_uhd.c
+++ b/firmware/microblaze/apps/txrx_uhd.c
@@ -536,7 +536,7 @@ main(void)
}
if (pending & PIC_OVERRUN_INT){
- dbsm_handle_rx_overrun(&dsp_rx_sm);
+ //dbsm_handle_rx_overrun(&dsp_rx_sm);
pic_regs->pending = PIC_OVERRUN_INT; // clear pending interrupt
// FIXME Figure out how to handle this robustly.