]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmirws/MotePlatformC.nc
Ensure that uC input pin P1.2_CP_RTS is valid when the CP2103 is off.
[tinyos-2.x.git] / tos / platforms / tmirws / MotePlatformC.nc
index 6aebc096f9e22786360686feee920a2c62bb361c..b5c151bff0225de104b2fe48a80c0d73ee8c5d9e 100644 (file)
@@ -50,7 +50,7 @@ implementation {
        P1SEL = 0;      /* 0 0 0 0 0 0 0 0 */
        P1OUT = 0x10;   /* 0 0 0 1 0 0 0 0 */
        P1DIR = 0x08;   /* 0 0 0 0 1 0 0 0 */
-       P1REN = 0x10;   /* 0 0 0 1 0 0 0 0 */
+       P1REN = 0x14;   /* 0 0 0 1 0 1 0 0 */
  
        /* Port 2:
         * 7:SHT_DATA, 6:SCP_DRDY, 5:BUTTONn, 4:USB_SUSPENDn, 3:GM_PWRMON,