]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/AntiTheft/Root/AntiTheftRootAppC.nc
Do the propoer LPL selection on IRIS for the AntiTheft app
[tinyos-2.x.git] / apps / AntiTheft / Root / AntiTheftRootAppC.nc
index 2119dda91f9e4dbf78f6d4122edcd0554a7adc99..213a50a24aecf88942a0b0964d5b3ed4f37041de 100644 (file)
@@ -29,7 +29,7 @@ implementation
 #elif defined(PLATFORM_MICAZ)
   components CC2420ActiveMessageC as Radio;
 #elif defined(PLATFORM_IRIS)
-  components DummyLPLMacC as Radio;
+  components ActiveMessageC as Radio;
 #else
 #error "The AntiTheft application is only supported for mica2, micaz and iris nodes"
 #endif