From: ayer1 Date: Tue, 6 Apr 2010 13:25:37 +0000 (+0000) Subject: basestation unmodified (white-space?). X-Git-Url: https://oss.titaniummirror.com/gitweb?a=commitdiff_plain;h=2df40bbea3c314cf5288abb0a131a1d9aa22c681;p=tinyos-2.x.git basestation unmodified (white-space?). reset.h added span support --- diff --git a/apps/IPBaseStation/Reset.h b/apps/IPBaseStation/Reset.h index c318aa0c..28aed0a2 100644 --- a/apps/IPBaseStation/Reset.h +++ b/apps/IPBaseStation/Reset.h @@ -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..."