diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-04 19:37:36 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-04 19:37:36 -0700 |
commit | 7a7e704fa3d79036da1f33013e761eb747b725f0 (patch) | |
tree | 6c32c39d49b48dcddd641202352d00257188238d /firmware/microblaze | |
parent | d370b4bb3e6ff67027406f71cb6cf7a64d60b016 (diff) | |
parent | bd59192bd4eceaf86b60d91651e6b0bf11c2274e (diff) | |
download | uhd-7a7e704fa3d79036da1f33013e761eb747b725f0.tar.gz uhd-7a7e704fa3d79036da1f33013e761eb747b725f0.tar.bz2 uhd-7a7e704fa3d79036da1f33013e761eb747b725f0.zip |
Merge branch 'ovfl' into good_stuff
Diffstat (limited to 'firmware/microblaze')
-rw-r--r-- | firmware/microblaze/apps/txrx_uhd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/microblaze/apps/txrx_uhd.c b/firmware/microblaze/apps/txrx_uhd.c index 098542bc8..b7837f207 100644 --- a/firmware/microblaze/apps/txrx_uhd.c +++ b/firmware/microblaze/apps/txrx_uhd.c @@ -540,7 +540,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. |