]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/queue.c
Add configASSERT()s to ensure counting semaphores are not created with a max count...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 7 Nov 2013 16:45:30 +0000 (16:45 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 7 Nov 2013 16:45:30 +0000 (16:45 +0000)
commit88355587f25bbb984e7d50e206988792f3a25d18
treece6eb9b5b9d0ba774493204da378536ef50595ce
parent5190fea1bb27f51ef8d8757ef043be9e366a5c0f
Add configASSERT()s to ensure counting semaphores are not created with a max count of zero or an initial count greater than the max count.

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