From 42c8c0873c00e692eb88c54e7da4fcbabbd9a4b6 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 14 Dec 2010 13:10:12 -0800 Subject: zpu: working txrx, modified blink lights to look better, no interrupt (poll handler) --- firmware/microblaze/apps/txrx_uhd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/microblaze/apps/txrx_uhd.c') diff --git a/firmware/microblaze/apps/txrx_uhd.c b/firmware/microblaze/apps/txrx_uhd.c index dc41e56c4..8adaf6bb2 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){ -- cgit v1.2.3