Browse Source

Obsolete function declaration (read_reg_response).

Stéphane Raimbault 16 năm trước cách đây
mục cha
commit
19fc907ac8
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      modbus/modbus.c

+ 0 - 4
modbus/modbus.c

@@ -136,10 +136,6 @@ static uint8_t table_crc_lo[] = {
         0x43, 0x83, 0x41, 0x81, 0x80, 0x40
 };
 
-/* Local declaration */
-static int read_reg_response(modbus_param_t *mb_param, 
-                             uint16_t *data_dest, uint8_t *query);
-
 /* Treats errors and flush or close connection if necessary */
 static void error_treat(modbus_param_t *mb_param, int code, const char *string)
 {