X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2FIPBaseStation%2FReset.h;h=c318aa0ca40309911e156f9a6490c8043fbbf683;hb=fe5a35ddc46e2455c4d2730b53aa29bca3ef63dc;hp=550d5c298885a646946449604e4c49dbb3377fb4;hpb=03f76ac0f600ded5975ced8b8351e1a9837f7977;p=tinyos-2.x.git 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..."