]> git.sur5r.net Git - freertos/commit
Increment the uxTaskNumber variable when a task is deleted in addition to when a...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 14 Mar 2009 15:04:44 +0000 (15:04 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 14 Mar 2009 15:04:44 +0000 (15:04 +0000)
commite6bcb220dd32ce938000988744dad559e17f832b
tree9a45f6e4b89cf023987bc6270b99f942c794c0ff
parent3128d25d115acfaaca83cf8bc33c55b1a3cb2c31
Increment the uxTaskNumber variable when a task is deleted in addition to when a task is created.  This is to assist kernel aware debuggers detecting when the task list needs refreshing.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@707 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Source/tasks.c