fix mutex release

This commit is contained in:
2026-02-07 11:10:17 +01:00
parent b6c27f049d
commit 0e15b32cad

View File

@ -382,6 +382,7 @@ void findControlCurrentTemperatureEntry(void)
gCurrentControlEntry.fReturnFlowTemperature,
gCurrentControlEntry.fChamberTemperature);
*/
xSemaphoreGiveRecursive(xMutexAccessControl);
return;
}
}