osd-contiki/examples/webserver-ipv6-raven/Muninn/makefsdata.h

8 lines
261 B
C
Raw Normal View History

2009-07-23 18:21:56 +02:00
#include <avr/eeprom.h>
2009-07-24 01:51:36 +02:00
/* Link layer ipv6 address will become fe80::11:22ff:fe33:4456 */
2009-07-23 18:21:56 +02:00
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";