]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/AntiTheft/Root/AntiTheftRootAppC.nc
updated with support for the iris mote, fixed a compile bug
[tinyos-2.x.git] / apps / AntiTheft / Root / AntiTheftRootAppC.nc
index f3f3c4a8c4be4d9c430f43455fe74b08a7386d2c..2119dda91f9e4dbf78f6d4122edcd0554a7adc99 100644 (file)
@@ -28,8 +28,10 @@ implementation
   components CC1000CsmaRadioC as Radio;
 #elif defined(PLATFORM_MICAZ)
   components CC2420ActiveMessageC as Radio;
+#elif defined(PLATFORM_IRIS)
+  components DummyLPLMacC 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;