]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Fix tmote sky Null app power consumption. 2.5 has to be high to pull the pull-up...
authorvlahan <vlahan>
Wed, 21 Mar 2007 15:11:00 +0000 (15:11 +0000)
committervlahan <vlahan>
Wed, 21 Mar 2007 15:11:00 +0000 (15:11 +0000)
tos/platforms/telosb/MotePlatformC.nc

index d471bd164e13f55356eb84efb20b32f3e1d83e07..1c7fc9b7a46cda885b10e1a6e2d456a928299f3b 100644 (file)
@@ -71,7 +71,7 @@ implementation {
        P1OUT = 0x00;
  
        P2DIR = 0x7b;
-       P2OUT = 0x10;
+       P2OUT = 0x30;
 
        P3DIR = 0xf1;
        P3OUT = 0x00;