]> git.sur5r.net Git - freertos/commit
Add in a missing initialisation to zero for a variable in recmutex.c. Should not...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 20 Nov 2010 14:37:25 +0000 (14:37 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 20 Nov 2010 14:37:25 +0000 (14:37 +0000)
commitd945fd734bd0ce55d47997fc1a6fd3c49269287f
tree5a70c0721d7a19290d66c9e75af24e524a060990
parent5e9c04a61ad6cef6b73166ed7ed1b50f312fbc9d
Add in a missing initialisation to zero for a variable in recmutex.c.  Should not really make any difference as the variable should be cleared to zero by the C start up code anyway.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1148 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Demo/Common/Minimal/recmutex.c