]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/telosb/mac/tkn154/timer/Alarm62500hz32C.nc
Removed an unnecessary wiring, added an ifdef guard (only on telosb Alarm32khz32C...
[tinyos-2.x.git] / tos / platforms / telosb / mac / tkn154 / timer / Alarm62500hz32C.nc
index 26f5de2e3a2e35246f1408ebdfb071fa8eef529d..b73e63766f319eb3aa943de11de123d615f02ebb 100644 (file)
@@ -10,6 +10,8 @@ implementation
 
   Alarm = Alarm62500hz32P;
 
+#if defined(PLATFORM_TELOSB)
   MainC -> Alarm32khz32C.Init;
+#endif
   Alarm62500hz32P.AlarmFrom -> Alarm32khz32C;
 }