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