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