smarmengol / Modbus-Master-Slave-for-Arduino

Modbus Master-Slave library for Arduino
GNU Lesser General Public License v2.1
473 stars 328 forks source link

add header guards to fix multiple include redefinition error #68

Closed youliangtan closed 10 months ago

youliangtan commented 2 years ago

This is a quick fix to the this issue: https://github.com/smarmengol/Modbus-Master-Slave-for-Arduino/issues/63

Hopefully, this can be merged upstream as this happens quite frequently.

dmikushin commented 10 months ago

Hi @smarmengol , could you please kindly merge this, thanks!