]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/AntiTheft/Nodes/AntiTheftAppC.nc
RC4 fixes for Epic support
[tinyos-2.x.git] / apps / AntiTheft / Nodes / AntiTheftAppC.nc
index 44f9ba8162c4b6cbfd1f595cfedbd398bd583544..006fd989c302e64c9c8beec290b140335c59854a 100644 (file)
@@ -29,8 +29,10 @@ implementation
   components CC1000CsmaRadioC as Radio;
 #elif defined(PLATFORM_MICAZ)
   components CC2420ActiveMessageC as Radio;
+#elif defined(PLATFORM_IRIS)
+  components ActiveMessageC as Radio;
 #else
-#error "The AntiTheft application is only supported for mica2 and micaz nodes"
+#error "The AntiTheft application is only supported for mica2, micaz and iris nodes"
 #endif
 
   AntiTheftC.Boot -> MainC.Boot;