diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-14 13:13:29 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-14 13:13:29 -0800 |
commit | 01d5209e103a590dbcdaa51b7fecd2a9e161f558 (patch) | |
tree | 3c26cac1aaeaecf49cb5b7c35cfcb9fd25ad744f /firmware/microblaze/apps/txrx_uhd.c | |
parent | 546e877ea461404550f01a1066242c2f2610ad9d (diff) | |
parent | 42c8c0873c00e692eb88c54e7da4fcbabbd9a4b6 (diff) | |
download | uhd-01d5209e103a590dbcdaa51b7fecd2a9e161f558.tar.gz uhd-01d5209e103a590dbcdaa51b7fecd2a9e161f558.tar.bz2 uhd-01d5209e103a590dbcdaa51b7fecd2a9e161f558.zip |
Merge branch 'zpu' into next
Diffstat (limited to 'firmware/microblaze/apps/txrx_uhd.c')
-rw-r--r-- | firmware/microblaze/apps/txrx_uhd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/microblaze/apps/txrx_uhd.c b/firmware/microblaze/apps/txrx_uhd.c index e9c98c26e..517b50e91 100644 --- a/firmware/microblaze/apps/txrx_uhd.c +++ b/firmware/microblaze/apps/txrx_uhd.c @@ -373,6 +373,7 @@ main(void) pkt_ctrl_release_incoming_buffer(); } + pic_interrupt_handler(); int pending = pic_regs->pending; // poll for under or overrun if (pending & PIC_UNDERRUN_INT){ |