\r
This method can always be used. It is slightly more complex than\r
method 1 but benefits from a faster interrupt entry time. */\r
- #warning config_USE_COMMON_INTERRUPT_ENTRY_POINT was not defined in FreeRTOSConfig.h and has been defaulted to 1.\r
+ #warning configUSE_COMMON_INTERRUPT_ENTRY_POINT was not defined in FreeRTOSConfig.h and has been defaulted to 1.\r
#define configUSE_COMMON_INTERRUPT_ENTRY_POINT 1\r
#endif\r
\r
#ifndef configISR_STACK_SIZE\r
- /* Interrupt entry code will switch the stack in use to a dedicated system \r
+ /* Interrupt entry code will switch the stack in use to a dedicated system\r
stack.\r
\r
configISR_STACK_SIZE defines the number of 32-bit values that can be stored\r
on the system stack, and must be large enough to hold a potentially nested\r
interrupt stack frame. */\r
\r
- #error configISE_STACK_SIZE was not defined in FreeRTOSConfig.h.\r
+ #error configISR_STACK_SIZE was not defined in FreeRTOSConfig.h.\r
#endif\r
\r
#ifndef configMAX_API_CALL_INTERRUPT_PRIORITY\r
{\r
#if( configUSE_TASK_NOTIFICATIONS == 1 )\r
{\r
- /* The task does not appear on the vent list item of\r
+ /* The task does not appear on the event list item of\r
and of the RTOS objects, but could still be in the\r
blocked state if it is waiting on its notification\r
rather than waiting on an object. */\r