Add makefsdata.h, remove httpd-fsdata.c, make now creates with /tools/ makefsdata.

This commit is contained in:
dak664 2009-07-23 17:43:51 +00:00
parent 42a9e1e2e0
commit a41efba6b4
2 changed files with 7 additions and 518 deletions

View file

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