]> git.sur5r.net Git - freertos/commitdiff
Correct spelling of xSuspendedTaskList in eTaskConfirmSleepModeStatus().
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 18 Feb 2013 11:28:56 +0000 (11:28 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 18 Feb 2013 11:28:56 +0000 (11:28 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1829 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Source/tasks.c

index f1d1a0c0e0963b4e4ce8585a93d35e4c64657421..eaa074f7660a34a651e86bb8accd478d83daf8c6 100644 (file)
@@ -2202,7 +2202,7 @@ static portTASK_FUNCTION( prvIdleTask, pvParameters )
                                suspended list (which might mean they have an infinite block\r
                                time rather than actually being suspended) then it is safe to\r
                                turn all clocks off and just wait for external initerrupts. */\r
-                               if( listCURRENT_LIST_LENGTH( &xSuspendedTasksList ) == ( uxCurrentNumberOfTasks - uxNonApplicationTasks ) )\r
+                               if( listCURRENT_LIST_LENGTH( &xSuspendedTaskList ) == ( uxCurrentNumberOfTasks - uxNonApplicationTasks ) )\r
                                {\r
                                        eReturn = eNoTasksWaitingTimeout;\r
                                }\r