]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
reverted to the good null app. added the power comment to the .nc files.
authorbeutel <beutel>
Wed, 29 Aug 2007 22:09:05 +0000 (22:09 +0000)
committerbeutel <beutel>
Wed, 29 Aug 2007 22:09:05 +0000 (22:09 +0000)
apps/Null/NullAppC.nc

index c55c3b8c3d143ea798d91945bade8aabac2450cc..f67d64984abf95fb7527756e28eaa970b25abb9f 100644 (file)
@@ -42,9 +42,6 @@
 configuration NullAppC{}
 implementation {
   components MainC, NullC;
-  components new TimerMilliC() as Timer0;
-  components new TimerMilliC() as Timer1;
-  components new TimerMilliC() as Timer2;
 
   MainC.Boot <- NullC;
 }