move freemodbus tcp server from control to connetion
This commit is contained in:
@@ -220,7 +220,6 @@ cip_error_code_e read_value(int fd, const char *address, int length, byte_array_
|
||||
response.length = BUFFER_SIZE;
|
||||
if (cip_read_response(fd, &response))
|
||||
ret = cip_analysis_read_byte(response, out_bytes);
|
||||
// printf("%s %hu\n",__func__,response.data);
|
||||
free(response.data);
|
||||
}
|
||||
free(core_cmd.data);
|
||||
|
||||
Reference in New Issue
Block a user