Correct API call used to create mutex.

pull/1/head
Richard Barry 17 years ago
parent 05920be92a
commit 7d0f249fad

@ -119,7 +119,7 @@ void vStartRecursiveMutexTasks( void )
{
/* Just creates the mutex and the three tasks. */
xMutex = xSemaphoreCreateMutex();
xMutex = xSemaphoreCreateRecursiveMutex();
if( xMutex != NULL )
{

Loading…
Cancel
Save