From: richardbarry Date: Wed, 12 Jan 2011 12:13:26 +0000 (+0000) Subject: Rename the UART ISR in the MSP430X/CCS demo to match the UART actually being used. X-Git-Tag: V6.1.1~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=551e37a493f224a2e31e1cbe2fabf63ed815dc08;p=freertos Rename the UART ISR in the MSP430X/CCS demo to match the UART actually being used. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1240 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/serial.c b/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/serial.c index 639a7a32b..93d40a2e0 100644 --- a/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/serial.c +++ b/Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/serial.c @@ -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;