Switched to lowercase file name to allow for successful driver loading from C64 DOS file system.

This commit is contained in:
oliverschmidt 2007-11-25 22:16:59 +00:00
parent 74c4e10f23
commit 3027f98b80

View file

@ -30,7 +30,7 @@
*
* Author: Oliver Schmidt <ol.sc@web.de>
*
* $Id: contiki-main.c,v 1.7 2007/11/25 15:15:05 oliverschmidt Exp $
* $Id: contiki-main.c,v 1.8 2007/11/25 22:16:59 oliverschmidt Exp $
*/
#include <stdio.h>
@ -88,7 +88,7 @@ main(void)
#if 1
{
static struct ethernet_config config = {0xDE08, "CS8900A.ETH"};
static struct ethernet_config config = {0xDE08, "cs8900a.eth"};
uip_ipaddr_t addr;
process_start((struct process *)&ethernet_process, (char *)&config);