thiagoralves / OpenPLC_v3

OpenPLC Runtime version 3
GNU General Public License v3.0
1.1k stars 442 forks source link

Update ladder.h #109

Closed Victogut closed 4 years ago

Victogut commented 4 years ago

Added include guard for enipStruct.h to fix double define error

thiagoralves commented 4 years ago

This file should be included only on enip.cpp, not on the global ladder.h. I've fixed this with my latest commit.