X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Demo%2FMSP430X_MSP430F5438_IAR%2FFreeRTOSConfig.h;h=654e7c847bae03a58b8b55133843f34571f2c88b;hb=d6549b5f919b0b5d8fd2fbcefd9d06e5e6839eb4;hp=45a9615b1076e4e0a435e6fae8e2ed1634be7df5;hpb=956b5e16e17accbf9c11033ae9127134ed46534c;p=freertos diff --git a/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h b/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h index 45a9615b1..654e7c847 100644 --- a/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h +++ b/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h @@ -102,11 +102,11 @@ to exclude the API function. */ /* The MSP430X port uses a 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. */ -#define configTICK_INTERRUPT_VECTOR TIMER0_A0_VECTOR +case configTICK__VECTOR is set to TIMER0_A0_VECTOR. */ +#define configTICK_VECTOR TIMER0_A0_VECTOR /* Prevent the following definitions being included when FreeRTOSConfig.h is included from an asm file. */