Rename the UART ISR in the MSP430X/IAR demo to match the UART actually being used.

This commit is contained in:
Richard Barry 2011-01-12 09:56:56 +00:00
parent dccbf6a271
commit 8d33f44809

View File

@ -158,7 +158,7 @@ signed portBASE_TYPE xReturn;
/*-----------------------------------------------------------*/
#pragma vector=USCI_A1_VECTOR
static __interrupt void prvUSCI_A0_ISR( void )
static __interrupt void prvUSCI_A1_ISR( void )
{
signed portCHAR cChar;
portBASE_TYPE xTaskWoken = pdFALSE;