소스 검색

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 \