From 6d947e4f49ebf94c35e71e1eb1977f31da3d684a Mon Sep 17 00:00:00 2001 From: mlw <2544047213@qq.com> Date: Wed, 20 Feb 2019 12:19:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9AT=5FCMD=5FMAX=5FLEN=E4=BB=8B?= =?UTF-8?q?=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/net/at/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/net/at/Kconfig b/components/net/at/Kconfig index cbf7dde6d9..b1909f86bf 100644 --- a/components/net/at/Kconfig +++ b/components/net/at/Kconfig @@ -76,7 +76,7 @@ if RT_USING_AT default n config AT_CMD_MAX_LEN - int "AT send cmd buf max len " + int "The maximum lenght of AT Commonds buffer" default 128 endif