mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 01:28:32 -04:00
Update to V4.7.1
This commit is contained in:
parent
e018422743
commit
c86dcf7826
482 changed files with 6015 additions and 3290 deletions
|
@ -52,7 +52,7 @@ function add_list(list, state, current_task)
|
|||
{
|
||||
index = list.pxIndex;
|
||||
end = list.xListEnd;
|
||||
for (i = 0; i < list.uxNumberOfItems + 1; i++)
|
||||
for (i = 0; i < list.uxNumberOfItems; i++)
|
||||
{
|
||||
item = Debug.evaluate("*(xListItem *)" + index);
|
||||
if (index != end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue