]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/GCC/IA32_flat/portmacro.h
Minor updates to comments only.
[freertos] / FreeRTOS / Source / portable / GCC / IA32_flat / portmacro.h
index 230d94eb9d8df19e97bac1a92889ed9e44b4a3da..4f45a11515b84335590aaf9a2eb864e280455f44 100644 (file)
@@ -244,19 +244,19 @@ BaseType_t xPortInstallInterruptHandler( ISR_Handler_t pxHandler, uint32_t ulVec
 \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