]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
added led clears to make null app cause shimmer2 to really do nothing.
authorayer1 <ayer1>
Fri, 8 Jan 2010 13:25:19 +0000 (13:25 +0000)
committerayer1 <ayer1>
Fri, 8 Jan 2010 13:25:19 +0000 (13:25 +0000)
tos/platforms/shimmer2/MotePlatformC.nc

index e7ac07059c9d3ffa43564f1c5b380147553de6a5..11886dd7f7ffcbc3dcc4f5ed78d85c2b33488914 100644 (file)
@@ -84,6 +84,10 @@ implementation {
     TOSH_SEL_GREEN_LED_IOFUNC();
     TOSH_MAKE_GREEN_LED_OUTPUT();
 
+    TOSH_CLR_RED_LED_PIN();
+    TOSH_CLR_YELLOW_LED_PIN();
+    TOSH_CLR_GREEN_LED_PIN();
+
     //RADIO PINS
     //CC2420 pins
     TOSH_MAKE_RADIO_VREF_OUTPUT();