debevv / nanoMODBUS

A compact MODBUS RTU/TCP C library for embedded/microcontrollers
MIT License
234 stars 47 forks source link

Add more NMBS_CLIENT_DISABLED/NMBS_SERVER_DISABLED #ifndef sections #48

Closed dervomsee closed 2 months ago

dervomsee commented 2 months ago

Add NMBS_CLIENT_DISABLED/NMBS_SERVER_DISABLED #ifndef to sections, that are client/server specific. This avoids compiler warnings because of unused functions.

debevv commented 2 months ago

Thank you