X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2FPowerup%2FPowerupC.nc;h=175d2a1ad34807f22aedcc8a1b8a2baec6e9f427;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=21deb83e6731c6eb2eb9d6abd88e0544098b9aac;hpb=1ba974b83d19fc41bf80acd52726f36f7f1df297;p=tinyos-2.x.git diff --git a/apps/Powerup/PowerupC.nc b/apps/Powerup/PowerupC.nc index 21deb83e..175d2a1a 100644 --- a/apps/Powerup/PowerupC.nc +++ b/apps/Powerup/PowerupC.nc @@ -29,9 +29,12 @@ * 94704. Attention: Intel License Inquiry. */ -//@author Cory Sharp - -module PowerupC +/** + * This module turns on Led0 when the system boots. + * + * @author Cory Sharp + */ +module PowerupC @safe() { uses interface Boot; uses interface Leds;