From: vlahan Date: Wed, 21 Mar 2007 15:11:00 +0000 (+0000) Subject: Fix tmote sky Null app power consumption. 2.5 has to be high to pull the pull-up... X-Git-Tag: tinyos/2.0.1~123 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=6f2bfcb7f7fc432d4f8b523820c5faeea37aeac0;p=tinyos-2.x.git Fix tmote sky Null app power consumption. 2.5 has to be high to pull the pull-up resistor (keeping the chip idle) --- diff --git a/tos/platforms/telosb/MotePlatformC.nc b/tos/platforms/telosb/MotePlatformC.nc index d471bd16..1c7fc9b7 100644 --- a/tos/platforms/telosb/MotePlatformC.nc +++ b/tos/platforms/telosb/MotePlatformC.nc @@ -71,7 +71,7 @@ implementation { P1OUT = 0x00; P2DIR = 0x7b; - P2OUT = 0x10; + P2OUT = 0x30; P3DIR = 0xf1; P3OUT = 0x00;