From e73aff466abd9303f36152642c1503b364849813 Mon Sep 17 00:00:00 2001 From: xy420513 Date: Fri, 21 Apr 2023 11:01:11 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=E5=AD=97=E7=AC=A6=E6=95=B0=E7=BB=84?= =?UTF-8?q?=E8=B6=8A=E7=95=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devices/air724/air724.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/air724/air724.c b/devices/air724/air724.c index 5f334dfa..a4400ed2 100644 --- a/devices/air724/air724.c +++ b/devices/air724/air724.c @@ -386,7 +386,7 @@ static int air724_recv(int id, void *buf, size_t len) int air724_send(int id, const void *buf, size_t len) { at_echo_t echo; - char expect_str[30]; + char expect_str[24]; if (tos_at_global_lock_pend() != 0) { return -1;