]> git.sur5r.net Git - freertos/commit
Remove the direct call to xQueueCreateMutex() and replace it with the xSemaphoreCreat...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 29 Nov 2011 19:05:21 +0000 (19:05 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 29 Nov 2011 19:05:21 +0000 (19:05 +0000)
commit5cfe86ee42cfef90f3bad3061a879dc3aba094fe
tree111ef1108412c48790ed34a35513c61474051f6d
parent3cafe2ac446d1e93046a971d89d7b51408314e8b
Remove the direct call to xQueueCreateMutex() and replace it with the xSemaphoreCreateMutex() macro.  The result is the same, but the xQueue equivalent should not be used directly outside of the core files.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1644 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Demo/Common/ethernet/lwip-1.4.0/ports/MicroBlaze-Ethernet-Lite/sys_arch.c
Demo/Common/ethernet/lwip-1.4.0/ports/win32/sys_arch.c