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

7 lines
244 B
C
Raw Normal View History

2009-07-23 18:21:56 +02:00
#include <avr/eeprom.h>
/* Link layer ipv6 address will become fe80::1 */
uint8_t mac_address[8] EEMEM = {0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01};
2009-07-23 18:21:56 +02:00
uint8_t server_name[16] EEMEM = "muninn";
uint8_t domain_name[30] EEMEM = "localhost";