]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
basestation unmodified (white-space?).
authorayer1 <ayer1>
Tue, 6 Apr 2010 13:25:37 +0000 (13:25 +0000)
committerayer1 <ayer1>
Tue, 6 Apr 2010 13:25:37 +0000 (13:25 +0000)
reset.h added span support

apps/IPBaseStation/Reset.h

index c318aa0ca40309911e156f9a6490c8043fbbf683..28aed0a2dcb920a97e0092c53738caae762eb749 100644 (file)
@@ -50,7 +50,7 @@ void resetMote()
        while (1) { 
                __asm__ __volatile__("nop" "\n\t" ::);
        }
-#elif defined(PLATFORM_TELOS) || defined(PLATFORM_TELOSB) || defined(PLATFORM_EPIC) || defined(PLATFORM_SHIMMER) || defined(PLATFORM_SHIMMER2)
+#elif defined(PLATFORM_TELOS) || defined(PLATFORM_TELOSB) || defined(PLATFORM_EPIC) || defined(PLATFORM_SHIMMER) || defined(PLATFORM_SHIMMER2) || defined(PLATFORM_SPAN)
         WDTCTL = 0;
 #else
 #error "Reset.h not defined/supported for your platform, aborting..."