summaryrefslogtreecommitdiff
path: root/apps/examples/sendmail
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/sendmail')
-rw-r--r--apps/examples/sendmail/target.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/examples/sendmail/target.c b/apps/examples/sendmail/target.c
index ab4da14b1..a614c40cb 100644
--- a/apps/examples/sendmail/target.c
+++ b/apps/examples/sendmail/target.c
@@ -1,8 +1,8 @@
/****************************************************************************
* examples/sendmail/target.c
*
- * Copyright (C) 2009. 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -120,10 +120,10 @@ int user_start(int argc, char *argv[])
#ifdef CONFIG_EXAMPLE_SENDMAIL_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