]> git.sur5r.net Git - freertos/commit
Bug fix in xTaskCheckForTimeOut() in the case where the tick count has incremented...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 12 Jan 2007 08:10:04 +0000 (08:10 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 12 Jan 2007 08:10:04 +0000 (08:10 +0000)
commit4fb5c5c9c2bd75de525eca8369ba6bf0d674b9e4
tree7979529bb08fb507be2e41f9db5bb052b8970635
parent76d7dbfe2c48270bbf9859b028139116cda328b4
Bug fix in xTaskCheckForTimeOut() in the case where the tick count has incremented by exactly portMAX_DELAY ticks between two calls (i.e. extremely unlikely).

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