From 147de5cd3e57a07914673a31fb73a35ebf18b3a2 Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Wed, 30 Sep 2009 19:55:05 -0700 Subject: remove debugging code --- usrp2/firmware/apps/txrx.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'usrp2/firmware/apps') diff --git a/usrp2/firmware/apps/txrx.c b/usrp2/firmware/apps/txrx.c index fc2f8a49e..b2487ed89 100644 --- a/usrp2/firmware/apps/txrx.c +++ b/usrp2/firmware/apps/txrx.c @@ -263,10 +263,7 @@ main(void) newline(); ethernet_register_link_changed_callback(link_changed_callback); - putstr("Before ethernet_init()\n"); ethernet_init(); - putstr("After ethernet_init()\n"); - #if 0 // make bit 15 of Tx gpio's be a s/w output -- cgit