]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/Powerup/PowerupC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / Powerup / PowerupC.nc
index 21deb83e6731c6eb2eb9d6abd88e0544098b9aac..175d2a1ad34807f22aedcc8a1b8a2baec6e9f427 100644 (file)
  * 94704.  Attention:  Intel License Inquiry.
  */
 
-//@author Cory Sharp <cssharp@eecs.berkeley.edu>
-
-module PowerupC
+/**
+  * This module turns on Led0 when the system boots.
+  *
+  * @author Cory Sharp <cssharp@eecs.berkeley.edu>
+  */
+module PowerupC @safe()
 {
   uses interface Boot;
   uses interface Leds;