X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Demo%2FMSP430X_MSP430F5438_IAR%2Fmain.c;h=b904b10bd6fe46be0747c4cf2a59063354a2cdb7;hb=d6549b5f919b0b5d8fd2fbcefd9d06e5e6839eb4;hp=def4554a57e6ff550817d11baf8afb3a2ad7700e;hpb=956b5e16e17accbf9c11033ae9127134ed46534c;p=freertos diff --git a/Demo/MSP430X_MSP430F5438_IAR/main.c b/Demo/MSP430X_MSP430F5438_IAR/main.c index def4554a5..b904b10bd 100644 --- a/Demo/MSP430X_MSP430F5438_IAR/main.c +++ b/Demo/MSP430X_MSP430F5438_IAR/main.c @@ -559,10 +559,10 @@ portBASE_TYPE xHigherPriorityTaskWoken = pdFALSE; /* The MSP430X port uses this callback function to configure its tick interrupt. This allows the application to choose the tick interrupt source. -configTICK_INTERRUPT_VECTOR must also be set in FreeRTOSConfig.h to the correct +configTICK_VECTOR must also be set in FreeRTOSConfig.h to the correct interrupt vector for the chosen tick interrupt source. This implementation of vApplicationSetupTimerInterrupt() generates the tick from timer A0, so in this -case configTICK_INTERRUPT_VECTOR is set to TIMER0_A0_VECTOR. */ +case configTICK_VECTOR is set to TIMER0_A0_VECTOR. */ void vApplicationSetupTimerInterrupt( void ) { const unsigned short usACLK_Frequency_Hz = 32768;