From: ayer1 Date: Fri, 8 Jan 2010 13:25:19 +0000 (+0000) Subject: added led clears to make null app cause shimmer2 to really do nothing. X-Git-Tag: rc_6_tinyos_2_1_1~69 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=cbe38dddb6a6bb8797f37c28027e18964cdfa085 added led clears to make null app cause shimmer2 to really do nothing. --- diff --git a/tos/platforms/shimmer2/MotePlatformC.nc b/tos/platforms/shimmer2/MotePlatformC.nc index e7ac0705..11886dd7 100644 --- a/tos/platforms/shimmer2/MotePlatformC.nc +++ b/tos/platforms/shimmer2/MotePlatformC.nc @@ -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();