]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Fix typo in recent updates to HplMsp430GeneralIOC.nc causing Port6 interface
authorsmckown <smckown@4bc1554a-c7f2-4f65-a403-e0be01f0239c>
Sat, 6 Sep 2008 01:07:25 +0000 (01:07 +0000)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 1 Dec 2009 03:00:46 +0000 (20:00 -0700)
not defined for some msp430's.

tos/chips/msp430/pins/HplMsp430GeneralIOC.nc

index a3ffdbfee9435549112a52b5c386b692b9b0b2f4..b174dbf915bb5edecb7d03dc9608ea8e578ac6a5 100644 (file)
@@ -84,7 +84,7 @@ configuration HplMsp430GeneralIOC
   provides interface HplMsp430GeneralIO as Port57;
 #endif
 
-#if defined(__MSP430_HAS_PORT6_) || defined(__MSP430_HAS_PORT6_R__)
+#if defined(__MSP430_HAS_PORT6__) || defined(__MSP430_HAS_PORT6_R__)
   provides interface HplMsp430GeneralIO as Port60;
   provides interface HplMsp430GeneralIO as Port61;
   provides interface HplMsp430GeneralIO as Port62;