[Tinyos-2-commits] CVS: tinyos-2.x/doc/html/tutorial lesson2.html, 1.3, 1.4

Phil Levis scipio at users.sourceforge.net
Mon Jul 16 14:03:09 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv392

Modified Files:
	lesson2.html 
Log Message:
Evceventm not command
S: ----------------------------------------------------------------------


Index: lesson2.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial/lesson2.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** lesson2.html	4 Jan 2007 17:11:53 -0000	1.3
--- lesson2.html	16 Jul 2007 21:03:07 -0000	1.4
***************
*** 734,738 ****
  call Timer.startOneShot(500);
  
! command void Timer.fired() {
    op2();
    state = RUNNING;
--- 734,738 ----
  call Timer.startOneShot(500);
  
! event void Timer.fired() {
    op2();
    state = RUNNING;



More information about the Tinyos-2-commits mailing list