Remove constraints on baud rate values
[libmodbus.git] / docs / modbus_mapping_free.md
blob2da2924ac2a7777ed5ad8d8c13c9c3298c2d643a
1 # modbus_mapping_free
3 ## Name
5 modbus_mapping_free - free a modbus_mapping_t structure
7 ## Synopsis
9 ```c
10 void modbus_mapping_free(modbus_mapping_t *mb_mapping);
11 ```
13 ## Description
15 The function shall free the four arrays of mb_mapping_t structure and finally
16 the mb_mapping_t referenced by `mb_mapping`.
18 ## Return value
20 There is no return values.
22 ## See also
24 - [modbus_mapping_new](modbus_mapping_new.md)