Better half time
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
#define TYPE_LENGTH 3
|
||||
#define PAYLOAD_LENGTH MESSAGE_LENGTH - TYPE_LENGTH
|
||||
|
||||
#define SEND_RECV_TIMEOUT 5000
|
||||
|
||||
#define tolower_str(word) for(size_t i = 0; i < strlen(word); i++) word[i] = tolower(word[i]);
|
||||
|
||||
typedef enum
|
||||
|
||||
Reference in New Issue
Block a user