lpcmanager
Clone
Summary
Browse
Changes
Graph
Fix issues with multiple clients blocking PLC communications
iec60870
6 weeks ago, Dino Kosic
901a6f6fa6ec
Fix issues with multiple clients blocking PLC communications
#ifdef ONBOARD_I2C
if(onboardbusfd!=-1)
ioctl(onboardbusfd, RTSMT_RTIOC_READ, &onBoardReadBuf);
#endif /* ONBOARD_I2C */
%(retrieve_code)s