removed SEND_LENGTH define

This commit is contained in:
Václav Šmejkal 2023-02-09 18:45:19 +01:00
parent b7b902d542
commit 1e12e7a04f
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -13,6 +13,5 @@
//DEFINES
#define SA struct sockaddr
#define SERVER_PORT 1204
#define SEND_LENGTH 4096
#endif