mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2025-12-06 17:25:10 +08:00
Fixing EnipThread fucntion return
This commit is contained in:
@@ -92,6 +92,8 @@ void *dnp3Thread(void *arg)
|
||||
void *enipThread(void *arg)
|
||||
{
|
||||
startServer(enip_port, ENIP_PROTOCOL);
|
||||
return nullptr;
|
||||
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user