From: ayer1 Date: Fri, 8 Jan 2010 13:24:48 +0000 (+0000) Subject: added led clears to make null app cause shimmer to really do nothing. X-Git-Tag: rc_6_tinyos_2_1_1~70 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=fd7e726e3f37b90b354f90a44e4246ae27385cd4 added led clears to make null app cause shimmer to really do nothing. --- diff --git a/tos/platforms/shimmer/MotePlatformC.nc b/tos/platforms/shimmer/MotePlatformC.nc index 9c94b957..10d9792d 100644 --- a/tos/platforms/shimmer/MotePlatformC.nc +++ b/tos/platforms/shimmer/MotePlatformC.nc @@ -48,6 +48,11 @@ implementation { TOSH_SEL_ORANGE_LED_IOFUNC(); TOSH_SEL_GREEN_LED_IOFUNC(); + TOSH_CLR_RED_LED_PIN(); + TOSH_CLR_YELLOW_LED_PIN(); + TOSH_CLR_ORANGE_LED_PIN(); + TOSH_CLR_GREEN_LED_PIN(); + //RADIO PINS //CC2420 pins TOSH_MAKE_RADIO_CSN_OUTPUT();