]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/AntiTheft/Root/AntiTheftRootAppC.nc
Update motelist to support cp2103 detection.
[tinyos-2.x.git] / apps / AntiTheft / Root / AntiTheftRootAppC.nc
index f3f3c4a8c4be4d9c430f43455fe74b08a7386d2c..213a50a24aecf88942a0b0964d5b3ed4f37041de 100644 (file)
@@ -28,8 +28,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
 
   AntiTheftRootC.Boot -> MainC;