From 3b7fdbde7372ddd81eb3fcfd434eb0635f829aa7 Mon Sep 17 00:00:00 2001 From: smckown Date: Sat, 6 Sep 2008 01:07:25 +0000 Subject: [PATCH] Fix typo in recent updates to HplMsp430GeneralIOC.nc causing Port6 interface not defined for some msp430's. --- tos/chips/msp430/pins/HplMsp430GeneralIOC.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2