Fixing EnipThread fucntion return

This commit is contained in:
renato
2025-09-03 00:52:28 -04:00
parent a931181e8b
commit 2048a262b4

View File

@@ -92,6 +92,8 @@ void *dnp3Thread(void *arg)
void *enipThread(void *arg)
{
startServer(enip_port, ENIP_PROTOCOL);
return nullptr;
}
//-----------------------------------------------------------------------------