From 64382c4c8626e429f91865ab27c9e0a69da5edf3 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 19 Jul 2011 14:14:27 -0700 Subject: usrp2: comment out poll + print overflow/underflow in fw --- firmware/zpu/apps/txrx_uhd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/zpu/apps/txrx_uhd.c b/firmware/zpu/apps/txrx_uhd.c index 5bf8ca725..0d05b58db 100644 --- a/firmware/zpu/apps/txrx_uhd.c +++ b/firmware/zpu/apps/txrx_uhd.c @@ -357,6 +357,7 @@ main(void) } pic_interrupt_handler(); + /* int pending = pic_regs->pending; // poll for under or overrun if (pending & PIC_UNDERRUN_INT){ @@ -368,5 +369,6 @@ main(void) pic_regs->pending = PIC_OVERRUN_INT; // clear interrupt putchar('O'); } + */ } } -- cgit v1.2.3