diff options
author | Matt Ettus | 2009-09-30 19:55:05 -0700 |
---|---|---|
committer | Matt Ettus | 2009-09-30 19:55:05 -0700 |
commit | 147de5cd3e57a07914673a31fb73a35ebf18b3a2 (patch) | |
tree | 55484dfad3b42367244a9cb1661c936c24ce8f35 /usrp2/firmware/apps | |
parent | d37030e27d9e9c922b432c04252b1636f5160c3c (diff) | |
download | gnuradio-147de5cd3e57a07914673a31fb73a35ebf18b3a2.tar.gz gnuradio-147de5cd3e57a07914673a31fb73a35ebf18b3a2.tar.bz2 gnuradio-147de5cd3e57a07914673a31fb73a35ebf18b3a2.zip |
remove debugging code
Diffstat (limited to 'usrp2/firmware/apps')
-rw-r--r-- | usrp2/firmware/apps/txrx.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 |