Add documentation

This commit is contained in:
dak664 2009-07-23 23:51:36 +00:00
parent a41efba6b4
commit ed9d31ef7c
2 changed files with 14 additions and 1 deletions

View file

@ -1,6 +1,6 @@
#include <avr/eeprom.h>
/* Link layer ipv6 address will become fe80::11:22ff:fe33:4455 */
/* Link layer ipv6 address will become fe80::11:22ff:fe33:4456 */
uint8_t mac_address[8] EEMEM = {0x02, 0x11, 0x22, 0xff, 0xfe, 0x33, 0x44, 0x56};
uint8_t server_name[16] EEMEM = "muninn";
uint8_t domain_name[30] EEMEM = "localhost";