5 modbus_mapping_free - free a modbus_mapping_t structure
10 void modbus_mapping_free(modbus_mapping_t *mb_mapping);
15 The function shall free the four arrays of *modbus_mapping_t* structure and finally
16 the *modbus_mapping_t* itself referenced by `mb_mapping`.
20 There is no return values.
24 - [modbus_mapping_new](modbus_mapping_new.md)