Commit b56c00e04a426b5675e0adfb375415ce130ff621
1 parent
46b90c8d
doc: add missing targets modbus_get_float_*
Thanks to Lars Täuber. The documentation still missing for modbus_set_float_*
Showing
1 changed file
with
3 additions
and
0 deletions
doc/Makefile.am
| ... | ... | @@ -6,6 +6,9 @@ TXT3 = \ |
| 6 | 6 | modbus_get_byte_from_bits.txt \ |
| 7 | 7 | modbus_get_byte_timeout.txt \ |
| 8 | 8 | modbus_get_float.txt \ |
| 9 | + modbus_get_float_abcd.txt \ | |
| 10 | + modbus_get_float_badc.txt \ | |
| 11 | + modbus_get_float_cdab.txt \ | |
| 9 | 12 | modbus_get_float_dcba.txt \ |
| 10 | 13 | modbus_get_header_length.txt \ |
| 11 | 14 | modbus_get_response_timeout.txt \ | ... | ... |