beremiz

Fix wrong comment

2021-10-08, Edouard Tisserant
d7e0ddb5974b
Parents dd49e4055a10
Children c001c373f66c
Fix wrong comment
--- a/targets/Linux/plc_Linux_main.c Wed Oct 06 10:45:06 2021 +0200
+++ b/targets/Linux/plc_Linux_main.c Fri Oct 08 09:11:55 2021 +0200
@@ -217,7 +217,7 @@
/* Called by PLC thread on each new python command*/
void UnBlockPythonCommands(void)
{
- /* signal debugger thread it can read data */
+ /* signal python thread it can read data */
pthread_mutex_unlock(&python_wait_mutex);
}