mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 19:44:35 +08:00
Remove the tail space char from all files
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:

committed by
Petro Karashchenko

parent
cf9dd1c653
commit
21bc466a2b
@@ -43,7 +43,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include "protocol.h"
|
||||
|
||||
@@ -90,7 +90,7 @@ static void show_usage(FAR const char *progname)
|
||||
#define SOCKET_PORT 5000
|
||||
#define TCP_DATA_RCV_WITHOUT_FLAGS 0
|
||||
#define RCV_BUFFER_SIZE 520
|
||||
#define SEND_BUFFER_SIZE 500
|
||||
#define SEND_BUFFER_SIZE 500
|
||||
#define TIME_SECONDS_TO_SEND_NEXT_DATA 15
|
||||
|
||||
/****************************************************************************
|
||||
|
Reference in New Issue
Block a user