]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/Null/NullAppC.nc
reverted to the good null app. added the power comment to the .nc files.
[tinyos-2.x.git] / 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;
 }