Hi, In the msp430 headers __MSP430_HAS_USCI__ is never tested for.
So I am building code for a 430f2272, and it defines __MSP430_HAS_USCI__ but usci.h doesn't test for this and so I am getting "`UCA0RXBUF' undeclared" errors. If I change __MSP430_HAS_USCI__ to __MSP430_HAS_USCI0__ in msp430x22x2.h then my code compiles. Is there something broken in this header? Am I doing something wrong? Regards, Mark markra...@gmail -- Mark Rages, EngineerI am Midwest Telecine LLC [email protected]
