Fixed MATLAB client implementation of setConn.

This commit is contained in:
Jason Watkins
2015-04-14 11:59:04 -07:00
parent 74dc2d22ed
commit c0e7c1af13

View File

@@ -46,5 +46,6 @@ function status = setConn( recvPort, IP, port )
global udpReadPort;
udpReadPort = recvPort;
readUDP(); % Read and discard CONF message
end