commit | e3c630d25fa947227b4c30bf7d54fd433b3b03dd | [log] [tgz] |
---|---|---|
author | Johann Fischer <johann.fischer@nordicsemi.no> | Wed Mar 03 15:34:43 2021 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Mar 19 15:50:21 2021 +0100 |
tree | 6d68326f41c74fff55961f0bfa6574107baf66d3 | |
parent | 669d3e9e91f1e38627a1a6fe6b32359a6c21fd26 [diff] |
modbus: rename internal designations and do few minor fixups Prefix internal functions and structs with modbus_. Use unit_id consistently instead of node_addr. Fix mbm_ remainder and rename to mbc_. Rename struct modbus_frame to modbus_adu since ADU is closer to what the structure represents. Let the compiler/linker do the job and remove ifdef around mbc_validate_fc03fp_response(). Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>