]> git.sur5r.net Git - freertos/commit
Move the call that sets xTimeNow inside the loop that drains the timer queue to ensur...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 18 Nov 2012 09:13:39 +0000 (09:13 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 18 Nov 2012 09:13:39 +0000 (09:13 +0000)
commit2d0dfbe32e1d3ee41f64f6a29261122e946e7b2b
tree4f550f52bcbd0d3e14f50172d8447cff992f9afa
parentfefaa5e2e77e94fd2ee4bbe0ddd782ae55f79cfa
Move the call that sets xTimeNow inside the loop that drains the timer queue to ensure higher priority tasks that pre-empt the timer daemon cannot post messages that appear to be in the future to the daemon task.

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