]> begriffs open source - freertos/commit
Add in a missing initialisation to zero for a variable in recmutex.c. Should not...
authorRichard Barry <ribarry@amazon.com>
Sat, 20 Nov 2010 14:37:25 +0000 (14:37 +0000)
committerRichard Barry <ribarry@amazon.com>
Sat, 20 Nov 2010 14:37:25 +0000 (14:37 +0000)
commit1ae93fbb63ffe3031bdd78f37644e506fb26133c
tree5a70c0721d7a19290d66c9e75af24e524a060990
parente867904a89ee8eb036bbff5d1843662edd524fbe
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.
Demo/Common/Minimal/recmutex.c