|
Message
From: cvs at opencores.org<cvs@o...>
Date: Wed Sep 20 21:30:20 CEST 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/09 20:21:30 Modified: jop/java/target/src/app/tal Loop.java Log: Version 0.06 with shorter check loop Revision Changes Path 1.2 jop/java/target/src/app/tal/Loop.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/tal/Loop.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: Loop.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/tal/Loop.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- Loop.java 11 May 2005 17:37:20 -0000 1.1 +++ Loop.java 20 Sep 2006 19:30:20 -0000 1.2 @@ -100,7 +100,6 @@ for (;;) { changed = checkAlarm(); - waitForNextPeriod(); if (changed && Tal.modem != null) { Tal.modem.startSend(); @@ -111,7 +110,6 @@ transmitTimer = Timer.getSec()+CALL_PERIOD_SEC; } } - waitForNextPeriod(); if (Timer.timeout(ledTimer)) { ledTimer = Timer.getTimeoutMs(200);
|
 |