]> git.sur5r.net Git - freertos/commit
Add critical section around xTaskCheckForTimeout() as the new queue code makes a...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 23 Mar 2008 16:00:51 +0000 (16:00 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 23 Mar 2008 16:00:51 +0000 (16:00 +0000)
commit820b48a6716e4339ef6fe8cd70190349ddf09b93
tree57b95944ead3a525d49dc8195420fe4f31db28be
parent16ce9f3fd84c29d9c61ab488ce77fa5f162de8f7
Add critical section around xTaskCheckForTimeout() as the new queue code makes a call while the scheduler is not locked.

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