diff options
| -rw-r--r-- | host/apps/omap_debug/usrp-e-mm-loopback.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/host/apps/omap_debug/usrp-e-mm-loopback.c b/host/apps/omap_debug/usrp-e-mm-loopback.c index 053f60b60..f5fc83c87 100644 --- a/host/apps/omap_debug/usrp-e-mm-loopback.c +++ b/host/apps/omap_debug/usrp-e-mm-loopback.c @@ -181,7 +181,7 @@ static void *write_thread(void *threadid)  		if (rb_write == rb_size.num_tx_frames)  			rb_write = 0; -//		cnt = write(fp, tx_data, p->len * 2 + 12); +		cnt = write(fp, NULL, 0);  //		if (cnt < 0)  //			printf("Error returned from write: %d\n", cnt);  //		sleep(1); | 
