From: ayer1 Date: Thu, 15 Apr 2010 11:58:29 +0000 (+0000) Subject: for final board rev. X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=74c7ae316d43fed4341312b0a85bc538bcb3293d;hp=d58c89d0ab69c1350a9a9caba789fe5321d3938e;p=tinyos-2.x.git for final board rev. --- diff --git a/tos/platforms/span/MotePlatformC.nc b/tos/platforms/span/MotePlatformC.nc index 6604d7c0..dcaaa838 100644 --- a/tos/platforms/span/MotePlatformC.nc +++ b/tos/platforms/span/MotePlatformC.nc @@ -124,9 +124,9 @@ implementation { TOSH_SEL_NC_GIO1_IOFUNC(); TOSH_MAKE_NC_CS_OUTPUT(); TOSH_SEL_NC_CS_IOFUNC(); - TOSH_MAKE_SIMO0_OUTPUT(); + TOSH_MAKE_SIMO0_INPUT(); TOSH_SEL_SIMO0_IOFUNC(); - TOSH_MAKE_SOMI0_OUTPUT(); + TOSH_MAKE_SOMI0_INPUT(); TOSH_SEL_SOMI0_IOFUNC(); TOSH_MAKE_UTXD1_OUTPUT(); TOSH_SEL_UTXD1_IOFUNC();