[Tinyos-beta-commits] CVS: tinyos-1.x/beta/teps/txt tep102.txt, 1.9, 1.10

Cory Sharp cssharp at users.sourceforge.net
Fri May 20 03:10:18 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/teps/txt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30623/txt

Modified Files:
	tep102.txt 
Log Message:
Remove "when" and "numMissed" from Timer.fired()


Index: tep102.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/teps/txt/tep102.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** tep102.txt	20 May 2005 10:08:34 -0000	1.9
--- tep102.txt	20 May 2005 10:10:08 -0000	1.10
***************
*** 270,274 ****
      command void startOneShotNow( uint32_t dt );
      command void stop();
!     event void fired( uint32_t when, uint32_t numMissed );
  
      // extended interface
--- 270,274 ----
      command void startOneShotNow( uint32_t dt );
      command void stop();
!     event void fired();
  
      // extended interface



More information about the Tinyos-beta-commits mailing list