summaryrefslogtreecommitdiff
path: root/apps/examples/nettest
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nettest')
-rw-r--r--apps/examples/nettest/nettest.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/examples/nettest/nettest.c b/apps/examples/nettest/nettest.c
index 34ae48f2e..d6d63eeef 100644
--- a/apps/examples/nettest/nettest.c
+++ b/apps/examples/nettest/nettest.c
@@ -89,10 +89,10 @@ int MAIN_NAME(int argc, char *argv[])
#ifdef CONFIG_EXAMPLE_NETTEST_NOMAC
mac[0] = 0x00;
mac[1] = 0xe0;
- mac[2] = 0xb0;
- mac[3] = 0x0b;
- mac[4] = 0xba;
- mac[5] = 0xbe;
+ mac[2] = 0xde;
+ mac[3] = 0xad;
+ mac[4] = 0xbe;
+ mac[5] = 0xef;
uip_setmacaddr("eth0", mac);
#endif