diff options
| -rw-r--r-- | firmware/zpu/apps/txrx_uhd.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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');      } +    */    }  } | 
