]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
corrected wrong port
authorandreaskoepke <andreaskoepke>
Wed, 28 Nov 2007 13:19:49 +0000 (13:19 +0000)
committerandreaskoepke <andreaskoepke>
Wed, 28 Nov 2007 13:19:49 +0000 (13:19 +0000)
tos/platforms/eyesIFX/sensors/TempExtSensorC.nc

index 6546e2ec48ab3ac2d5c9fc403a4b49b42ce5afe4..e0cc7ce2d2718cd0f382eabce379d73afee19745 100644 (file)
@@ -67,7 +67,7 @@ implementation
   
   components HplMsp430GeneralIOC as MspGeneralIO;
   components new Msp430GpioC() as TEMP;
-  TEMP -> MspGeneralIO.Port60;
+  TEMP -> MspGeneralIO.Port54;
   
   components TempExtSensorP;
   Read = TempExtSensorP.Read;