]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/timers.c
Introduce configRECORD_STACK_HIGH_ADDRESS, which when set will result in both limits...
[freertos] / FreeRTOS / Source / timers.c
index c020036632ef3304ab234993c526c4995ef6c2e6..f5e1e59a181c154258a6397858c085c1ba7ff5a5 100644 (file)
@@ -158,8 +158,8 @@ typedef struct tmrTimerQueueMessage
        } u;\r
 } DaemonTaskMessage_t;\r
 \r
-/*lint -e956 A manual analysis and inspection has been used to determine which\r
-static variables must be declared volatile. */\r
+/*lint -save -e956 A manual analysis and inspection has been used to determine\r
+which static variables must be declared volatile. */\r
 \r
 /* The list in which active timers are stored.  Timers are referenced in expire\r
 time order, with the nearest expiry time at the front of the list.  Only the\r
@@ -173,7 +173,7 @@ PRIVILEGED_DATA static List_t *pxOverflowTimerList;
 PRIVILEGED_DATA static QueueHandle_t xTimerQueue = NULL;\r
 PRIVILEGED_DATA static TaskHandle_t xTimerTaskHandle = NULL;\r
 \r
-/*lint +e956 */\r
+/*lint -restore */\r
 \r
 /*-----------------------------------------------------------*/\r
 \r