]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/IPBaseStation/Reset.h
add support for IRIS (it was CC2420 specific)
[tinyos-2.x.git] / apps / IPBaseStation / Reset.h
index 59951ef3da739e95f66337177852517a69e56bee..550d5c298885a646946449604e4c49dbb3377fb4 100644 (file)
@@ -44,7 +44,7 @@
 
 void resetMote()
 {
-#if defined(PLATFORM_MICA) || defined(PLATFORM_MICA2) || defined(PLATFORM_MICA2DOT) || defined(PLATFORM_MICAZ)
+#if defined(PLATFORM_MICA) || defined(PLATFORM_MICA2) || defined(PLATFORM_MICA2DOT) || defined(PLATFORM_MICAZ) || defined(PLATFORM_IRIS)
        cli(); 
        wdt_enable(0); 
        while (1) {