]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/shimmer/MotePlatformC.nc
changed polarity of led pins so that they're off!
[tinyos-2.x.git] / tos / platforms / shimmer / MotePlatformC.nc
index 9c94b9572915ef805c441139966718f077848eec..4037abdebdca94090971a18f28ce5a5f6d46570c 100644 (file)
@@ -48,6 +48,11 @@ implementation {
     TOSH_SEL_ORANGE_LED_IOFUNC();
     TOSH_SEL_GREEN_LED_IOFUNC();
 
+    TOSH_SET_RED_LED_PIN();
+    TOSH_SET_YELLOW_LED_PIN();
+    TOSH_SET_ORANGE_LED_PIN();
+    TOSH_SET_GREEN_LED_PIN();
+
     //RADIO PINS
     //CC2420 pins
     TOSH_MAKE_RADIO_CSN_OUTPUT();