Hi, any comments regarding the issue below? Or do I misunderstand something?
> Only one problem hit me during this migration: the definition of the > USCIAB0RX_VECTOR. > For msp430x22x2 and msp430x22x4 there is a definition for USCIAB0RX. > For msp430xG461x only USCIRX_VECTOR is defined. > > The following definition solved this problem for me: > > #define USCIAB0RX_VECTOR USCIRX_VECTOR > > Maybe this should go into the msp430xG461x.h file? thanks for your time, Lars
