|
Message
From: cvs at opencores.org<cvs@o...>
Date: Wed Jan 24 20:35:02 CET 2007
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/07/01 24:20:35 Modified: jop/java/target/src/common/ejip/test MainLoop.java Log: correct eth Revision Changes Path 1.3 jop/java/target/src/common/ejip/test/MainLoop.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/common/ejip/test/MainLoop.java.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: MainLoop.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/common/ejip/test/MainLoop.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- MainLoop.java 24 Jan 2007 18:36:37 -0000 1.2 +++ MainLoop.java 24 Jan 2007 19:35:01 -0000 1.3 @@ -62,7 +62,7 @@ Dbg.initSerWait(); net = Net.init(); - int[] eth = {0x00, 0xe0, 0x98, 0x33, 0xb0, 0xf7, 0xf8}; + int[] eth = {0x00, 0xe0, 0x98, 0x33, 0xb0, 0xf8}; int ip = (192<<24) + (168<<16) + (0<<8) + 123; ipLink = CS8900.init(eth, ip);
|
 |