]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/AntiTheft/Nodes/AntiTheftAppC.nc
updated with support for the iris mote, fixed a compile bug
[tinyos-2.x.git] / apps / AntiTheft / Nodes / AntiTheftAppC.nc
index 44f9ba8162c4b6cbfd1f595cfedbd398bd583544..6f68aa995f46bdcecbd00e5e7357b7be239b0bdc 100644 (file)
@@ -29,8 +29,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
 
   AntiTheftC.Boot -> MainC.Boot;