aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/microblaze/apps
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-07-29 17:26:19 -0700
committerJosh Blum <josh@joshknows.com>2010-07-29 17:26:19 -0700
commit1cddf89b0ea0b509418ea9a817bd1cebbdfdb118 (patch)
tree7815b28f7fe5cb883d7973f79a66c24940d45861 /firmware/microblaze/apps
parent5f3e51f8d200d8494765fdb3bafbcfe2a3701d8f (diff)
parent23a0454998d8904d4e6f2f3f8bc0a79557043321 (diff)
downloaduhd-1cddf89b0ea0b509418ea9a817bd1cebbdfdb118.tar.gz
uhd-1cddf89b0ea0b509418ea9a817bd1cebbdfdb118.tar.bz2
uhd-1cddf89b0ea0b509418ea9a817bd1cebbdfdb118.zip
Merge branch 'tx_policy'
Diffstat (limited to 'firmware/microblaze/apps')
-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 f7f140121..6b45f8f3b 100644
--- a/firmware/microblaze/apps/txrx_uhd.c
+++ b/firmware/microblaze/apps/txrx_uhd.c
@@ -484,7 +484,7 @@ main(void)
int pending = pic_regs->pending; // poll for under or overrun
if (pending & PIC_UNDERRUN_INT){
- dbsm_handle_tx_underrun(&dsp_tx_sm);
+ //dbsm_handle_tx_underrun(&dsp_tx_sm);
pic_regs->pending = PIC_UNDERRUN_INT; // clear interrupt
putchar('U');
}