mcci-catena / Modbus-for-Arduino

Modbus library for Arduino
GNU Lesser General Public License v2.1
6 stars 6 forks source link

Rename ERR_LIST type to something more useful #16

Closed terrillmoore closed 4 years ago

terrillmoore commented 6 years ago

ERR_LIST is name that doesn't describe the type (it describes the list of errors inside the enumeration declaration). It should be named instead something like MB_ERRNO.