浏览代码

doc: add missing targets modbus_get_float_*

Thanks to Lars Täuber.
The documentation still missing for modbus_set_float_*
Stéphane Raimbault 9 年之前
父节点
当前提交
b56c00e04a
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      doc/Makefile.am

+ 3 - 0
doc/Makefile.am

@@ -6,6 +6,9 @@ TXT3 = \
         modbus_get_byte_from_bits.txt \
         modbus_get_byte_timeout.txt \
         modbus_get_float.txt \
+        modbus_get_float_abcd.txt \
+        modbus_get_float_badc.txt \
+        modbus_get_float_cdab.txt \
         modbus_get_float_dcba.txt \
         modbus_get_header_length.txt \
         modbus_get_response_timeout.txt \