X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2FNull%2FNullC.nc;h=a25e0c082e6357ad12576342d1733bd14d65b2f4;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=4602a91c4cacbb8d4c8c2627f2a4697b1ce24a0a;hpb=1a329382c4f4556fd52d85f4e3f4a67e54911682;p=tinyos-2.x.git diff --git a/apps/Null/NullC.nc b/apps/Null/NullC.nc index 4602a91c..a25e0c08 100644 --- a/apps/Null/NullC.nc +++ b/apps/Null/NullC.nc @@ -31,12 +31,14 @@ /** * Null is an empty skeleton application. It is useful to test that the * build environment is functional in its most minimal sense, i.e., you - * can correctly compile an application. + * can correctly compile an application. It is also useful to test the + * minimum power consumption of a node when it has absolutely no + * interrupts or resources active. * * @author Cory Sharp * @date February 4, 2006 */ -module NullC +module NullC @safe() { uses interface Boot; }