]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/AntiTheft/Nodes/AntiTheftAppC.nc
Do the propoer LPL selection on IRIS for the AntiTheft app
[tinyos-2.x.git] / apps / AntiTheft / Nodes / AntiTheftAppC.nc
index 6f68aa995f46bdcecbd00e5e7357b7be239b0bdc..006fd989c302e64c9c8beec290b140335c59854a 100644 (file)
@@ -30,7 +30,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