X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fpins%2FHplMsp430GeneralIOC.nc;fp=tos%2Fchips%2Fmsp430%2Fpins%2FHplMsp430GeneralIOC.nc;h=4b20beee92a55d2a57ab0622354c8b95a8bfb2f0;hb=7bc84c0e02c2b8b4dbc0bbef91a902350aebabe6;hp=b174dbf915bb5edecb7d03dc9608ea8e578ac6a5;hpb=62f354f5bc76eec409fc916fbb948fa5652865f2;p=tinyos-2.x.git diff --git a/tos/chips/msp430/pins/HplMsp430GeneralIOC.nc b/tos/chips/msp430/pins/HplMsp430GeneralIOC.nc index b174dbf9..4b20beee 100644 --- a/tos/chips/msp430/pins/HplMsp430GeneralIOC.nc +++ b/tos/chips/msp430/pins/HplMsp430GeneralIOC.nc @@ -164,7 +164,7 @@ configuration HplMsp430GeneralIOC #endif // Interfaces for USCI0, ports A and B -#if defined(__MSP430_HAS_USCI_AB0__) +#if defined(__MSP430_HAS_USCI_AB0__) || defined(__MSP430_HAS_USCI__) provides interface HplMsp430GeneralIO as UCA0CLK; provides interface HplMsp430GeneralIO as UCA0STE; provides interface HplMsp430GeneralIO as UCA0TXD; @@ -547,7 +547,7 @@ implementation URXD1 = P37; #endif -#if defined(__MSP430_HAS_USCI_AB0__) +#if defined(__MSP430_HAS_USCI_AB0__) || defined(__MSP430_HAS_USCI__) UCA0CLK = P30; UCA0STE = P33; UCA0TXD = P34;