Remove the tail space char from all files

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-02-26 02:12:10 +08:00
committed by Petro Karashchenko
parent cf9dd1c653
commit 21bc466a2b
19 changed files with 50 additions and 51 deletions

View File

@@ -62,7 +62,7 @@
#define LORAWAN_DOWNLINK_TIME_MS 10000
#define MAX_MESSAGE_SIZE 12
#define SEND_MESSAGE 'U'
#define SEND_MESSAGE 'U'
#define DOWNLINK_RESPONSE 'D'
/****************************************************************************