]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/timers.c
Add the uxQueueSpacesAvailable() API function.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 10 Sep 2013 13:19:12 +0000 (13:19 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 10 Sep 2013 13:19:12 +0000 (13:19 +0000)
commite4a8ae174c67e019dfa3ec4b9a4d169752be05c2
tree43550f6e3e545bf7cdec334ac459c452bf4e879e
parent8703732a329bd5e5904b9fd79f038d450c4197e0
Add the uxQueueSpacesAvailable() API function.
Move a configASSERT() call in timers.c to prevent a "condition is always true" compiler warning.

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