瀏覽代碼

Obsolete function declaration (read_reg_response).

Stéphane Raimbault 16 年之前
父節點
當前提交
19fc907ac8
共有 1 個文件被更改,包括 0 次插入4 次删除
  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
         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 */
 /* Treats errors and flush or close connection if necessary */
 static void error_treat(modbus_param_t *mb_param, int code, const char *string)
 static void error_treat(modbus_param_t *mb_param, int code, const char *string)
 {
 {