From: smckown Date: Sat, 6 Sep 2008 01:07:25 +0000 (+0000) Subject: Fix typo in recent updates to HplMsp430GeneralIOC.nc causing Port6 interface X-Git-Tag: release/2.1.0-1~87 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=3b7fdbde7372ddd81eb3fcfd434eb0635f829aa7 Fix typo in recent updates to HplMsp430GeneralIOC.nc causing Port6 interface not defined for some msp430's. --- diff --git a/tos/chips/msp430/pins/HplMsp430GeneralIOC.nc b/tos/chips/msp430/pins/HplMsp430GeneralIOC.nc index a3ffdbfe..b174dbf9 100644 --- a/tos/chips/msp430/pins/HplMsp430GeneralIOC.nc +++ b/tos/chips/msp430/pins/HplMsp430GeneralIOC.nc @@ -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;