mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Rename the UART ISR in the MSP430X/CCS demo to match the UART actually being used.
This commit is contained in:
parent
1b04552233
commit
4b895698ca
|
@ -158,7 +158,7 @@ signed portBASE_TYPE xReturn;
|
|||
/*-----------------------------------------------------------*/
|
||||
|
||||
#pragma vector=USCI_A1_VECTOR
|
||||
interrupt void prvUSCI_A0_ISR( void )
|
||||
interrupt void prvUSCI_A1_ISR( void )
|
||||
{
|
||||
signed portCHAR cChar;
|
||||
portBASE_TYPE xTaskWoken = pdFALSE;
|
||||
|
|
Loading…
Reference in a new issue