Minor changes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12007 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
isiora 2018-05-06 14:31:14 +00:00
parent 7fa58c176d
commit 7a53508f76
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#include <string.h>
#define SERVER_PORT_NUM 8080
#define SERVER_IP_ADDRESS "192.168.1.76"
#define SERVER_IP_ADDRESS "192.168.1.104"
void tcpexample(int port) {
int socket_fd;