From fe5a35ddc46e2455c4d2730b53aa29bca3ef63dc Mon Sep 17 00:00:00 2001 From: ayer1 Date: Tue, 6 Apr 2010 13:23:25 +0000 Subject: [PATCH 1/1] added support for shimmer* --- apps/IPBaseStation/Reset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/IPBaseStation/Reset.h b/apps/IPBaseStation/Reset.h index 550d5c29..c318aa0c 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) +#elif defined(PLATFORM_TELOS) || defined(PLATFORM_TELOSB) || defined(PLATFORM_EPIC) || defined(PLATFORM_SHIMMER) || defined(PLATFORM_SHIMMER2) WDTCTL = 0; #else #error "Reset.h not defined/supported for your platform, aborting..." -- 2.39.2