fix mutex release
This commit is contained in:
@ -382,6 +382,7 @@ void findControlCurrentTemperatureEntry(void)
|
|||||||
gCurrentControlEntry.fReturnFlowTemperature,
|
gCurrentControlEntry.fReturnFlowTemperature,
|
||||||
gCurrentControlEntry.fChamberTemperature);
|
gCurrentControlEntry.fChamberTemperature);
|
||||||
*/
|
*/
|
||||||
|
xSemaphoreGiveRecursive(xMutexAccessControl);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user