From 94682e4b04d9304a2f39c192bf423c4ee9f38e69 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 22 Dec 2010 12:05:59 -0800 Subject: usrp-n2xx: corrected memory map weirdness, disable verbose in net common --- firmware/microblaze/lib/net_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/microblaze/lib') diff --git a/firmware/microblaze/lib/net_common.c b/firmware/microblaze/lib/net_common.c index 637fc3dc1..a34ca615b 100644 --- a/firmware/microblaze/lib/net_common.c +++ b/firmware/microblaze/lib/net_common.c @@ -37,7 +37,7 @@ #include #include "pkt_ctrl.h" -static const bool debug = true; +static const bool debug = false; static const eth_mac_addr_t BCAST_MAC_ADDR = {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}}; -- cgit v1.2.3