From cbe38dddb6a6bb8797f37c28027e18964cdfa085 Mon Sep 17 00:00:00 2001 From: ayer1 Date: Fri, 8 Jan 2010 13:25:19 +0000 Subject: [PATCH] added led clears to make null app cause shimmer2 to really do nothing. --- tos/platforms/shimmer2/MotePlatformC.nc | 4 ++++ 1 file changed, 4 insertions(+) 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(); -- 2.39.2