mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-07-01 06:16:50 +08:00
Rename the UART ISR in the MSP430X/IAR demo to match the UART actually being used.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user