Switched to lowercase file name to allow for successful driver loading from C64 DOS file system.
This commit is contained in:
parent
74c4e10f23
commit
3027f98b80
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
*
|
*
|
||||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
* 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>
|
#include <stdio.h>
|
||||||
|
@ -88,7 +88,7 @@ main(void)
|
||||||
|
|
||||||
#if 1
|
#if 1
|
||||||
{
|
{
|
||||||
static struct ethernet_config config = {0xDE08, "CS8900A.ETH"};
|
static struct ethernet_config config = {0xDE08, "cs8900a.eth"};
|
||||||
uip_ipaddr_t addr;
|
uip_ipaddr_t addr;
|
||||||
|
|
||||||
process_start((struct process *)ðernet_process, (char *)&config);
|
process_start((struct process *)ðernet_process, (char *)&config);
|
||||||
|
|
Loading…
Reference in a new issue