X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2FNull%2FNullAppC.nc;h=f67d64984abf95fb7527756e28eaa970b25abb9f;hb=4f057e14d46beedf64d643bebd06ca3e7e903d1f;hp=c55c3b8c3d143ea798d91945bade8aabac2450cc;hpb=16995ca82c8ea9be9db125614c24b6c40e88d906;p=tinyos-2.x.git diff --git a/apps/Null/NullAppC.nc b/apps/Null/NullAppC.nc index c55c3b8c..f67d6498 100644 --- a/apps/Null/NullAppC.nc +++ b/apps/Null/NullAppC.nc @@ -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; }