bugfix/static-code-analysis #28

Merged
localhorst merged 19 commits from bugfix/static-code-analysis into main 2026-02-14 16:21:33 +01:00
Showing only changes of commit 0e15b32cad - Show all commits
+1
View File
@@ -382,6 +382,7 @@ void findControlCurrentTemperatureEntry(void)
gCurrentControlEntry.fReturnFlowTemperature,
gCurrentControlEntry.fChamberTemperature);
*/
xSemaphoreGiveRecursive(xMutexAccessControl);
return;
}
}