From: scipio Date: Mon, 16 Jul 2007 21:03:07 +0000 (+0000) Subject: Evceventm not command X-Git-Tag: release_tools_1_2_4_1~25 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=fe0762cdcb436f31158aebfa8705dee45af4fab2 Evceventm not command S: ---------------------------------------------------------------------- --- diff --git a/doc/html/tutorial/lesson2.html b/doc/html/tutorial/lesson2.html index e4da6c57..d47351cc 100644 --- a/doc/html/tutorial/lesson2.html +++ b/doc/html/tutorial/lesson2.html @@ -733,7 +733,7 @@ state = WAITING; op1(); call Timer.startOneShot(500); -command void Timer.fired() { +event void Timer.fired() { op2(); state = RUNNING; }