X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftmirws%2FMotePlatformC.nc;h=bb7829e1060f50b925aec737f8ecca8316b30352;hb=b8e292a4eed514b169dfdbb9bb5a56767f97dec7;hp=3913e6cc4051ae3cb5a866e44c8e7f6ee63cfa3e;hpb=c3bff1b29571c9e343baf24ec12b4b426ec30df9;p=tinyos-2.x.git diff --git a/tos/platforms/tmirws/MotePlatformC.nc b/tos/platforms/tmirws/MotePlatformC.nc index 3913e6cc..bb7829e1 100644 --- a/tos/platforms/tmirws/MotePlatformC.nc +++ b/tos/platforms/tmirws/MotePlatformC.nc @@ -48,7 +48,7 @@ implementation { * 1:BSL_TX, 0:WSPEED */ P1SEL = 0; /* 0 0 0 0 0 0 0 0 */ - P1OUT = 0x18; /* 0 0 0 1 1 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 */ @@ -65,7 +65,7 @@ implementation { * 1:UC_SIMO, 0:SHT_SCK */ P3SEL = 0; /* 0 0 0 0 0 0 0 0 */ - P3OUT = 0xff; /* 1 1 1 1 1 1 1 1 */ + P3OUT = 0x3f; /* 0 0 1 1 1 1 1 1 */ P3DIR = 0x4b; /* 0 1 0 0 1 0 1 1 */ P3REN = 0xb4; /* 1 0 1 1 0 1 0 0 */