aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/microblaze/lib/net_common.c
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-12-22 12:05:59 -0800
committerJosh Blum <josh@joshknows.com>2010-12-22 12:05:59 -0800
commit94682e4b04d9304a2f39c192bf423c4ee9f38e69 (patch)
treee5f4e41e4d43663605648ed6126e468f65f76611 /firmware/microblaze/lib/net_common.c
parent4c3ba019003fea27577bcd91b2ff5f8cf0f4ac9b (diff)
downloaduhd-94682e4b04d9304a2f39c192bf423c4ee9f38e69.tar.gz
uhd-94682e4b04d9304a2f39c192bf423c4ee9f38e69.tar.bz2
uhd-94682e4b04d9304a2f39c192bf423c4ee9f38e69.zip
usrp-n2xx: corrected memory map weirdness, disable verbose in net common
Diffstat (limited to 'firmware/microblaze/lib/net_common.c')
-rw-r--r--firmware/microblaze/lib/net_common.c2
1 files changed, 1 insertions, 1 deletions
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 <string.h>
#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}};