]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tutorials/BlinkFail/BlinkFailAppC.nc
document this app a bit
[tinyos-2.x.git] / apps / tutorials / BlinkFail / BlinkFailAppC.nc
index 9cd663e38aea3ddea288cf92c12d28e3c8f87a39..5bad2248929aa8dc945b85e77e38d0118ce28087 100644 (file)
@@ -30,9 +30,9 @@
  */
 
 /**
- * Blink is a basic application that toggles the a mote LED periodically.
- * It does so by starting a Timer that fires every second. It uses the
- * OSKI TimerMilli service to achieve this goal.
+ * BlinkFail is a basic application that toggles the a mote LED periodically and
+ * then accesses out of bounds storage as a demonstration and sanity check for
+ * Safe TinyOS.
  *
  * @author tinyos-help@millennium.berkeley.edu
  **/