]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Evceventm not command
authorscipio <scipio>
Mon, 16 Jul 2007 21:03:07 +0000 (21:03 +0000)
committerscipio <scipio>
Mon, 16 Jul 2007 21:03:07 +0000 (21:03 +0000)
S: ----------------------------------------------------------------------

doc/html/tutorial/lesson2.html

index e4da6c57a5e261f2cebc0c535aea8d6782e53a4a..d47351cc984c25193a943211ef4f99368d200dea 100644 (file)
@@ -733,7 +733,7 @@ state = WAITING;
 op1();
 call Timer.startOneShot(500);
 
-command void Timer.fired() {
+event void Timer.fired() {
   op2();
   state = RUNNING;
 }