LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Wed Sep 20 21:30:20 CEST 2006
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    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);



     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.