X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=apps%2FBlink%2FBlinkAppC.nc;h=e5a672c1ccee3bb4b346dc5afae713a2e0e3cf79;hp=4f8286940a0068f3cd0966ca2dedf4b3ea757e97;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/apps/Blink/BlinkAppC.nc b/apps/Blink/BlinkAppC.nc index 4f828694..e5a672c1 100644 --- a/apps/Blink/BlinkAppC.nc +++ b/apps/Blink/BlinkAppC.nc @@ -30,7 +30,7 @@ */ /** - * Blink is a basic application that toggles the a mote LED periodically. + * Blink is a basic application that toggles a mote's LED periodically. * It does so by starting a Timer that fires every second. It uses the * OSKI TimerMilli service to achieve this goal. *