]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/queue.c
Change behaviour when configUSE_PREEMPTION is 0 (preemption is turned off). See...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 7 Nov 2013 14:58:14 +0000 (14:58 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 7 Nov 2013 14:58:14 +0000 (14:58 +0000)
commit1e0e58c7f0780741ed0e9d41d1bb844ac4abe335
tree63f160bf58455348caf4d63c580861bec792330b
parente65caaa21c3129af015a955b111d08b84498bb14
Change behaviour when configUSE_PREEMPTION is 0 (preemption is turned off).  See the change history in the next release for details.
Remove an erroneous const in the prototype of queue receive/peek functions.

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