summaryrefslogtreecommitdiff
path: root/apps/examples/telnetd/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/telnetd/shell.c')
-rw-r--r--apps/examples/telnetd/shell.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/examples/telnetd/shell.c b/apps/examples/telnetd/shell.c
index 990a00721..01c620e1e 100644
--- a/apps/examples/telnetd/shell.c
+++ b/apps/examples/telnetd/shell.c
@@ -195,10 +195,10 @@ static void shell_netinit(void)
#ifdef CONFIG_EXAMPLE_TELNETD_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