From 3d5357bc755c23ee5ebdf6b5471d8cacf894d506 Mon Sep 17 00:00:00 2001 From: luhuadong Date: Mon, 10 Feb 2020 03:35:04 +0800 Subject: [PATCH] [AT] Fix typos in Kconfig --- 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 50de005545..37d51c6ce3 100644 --- a/components/net/at/Kconfig +++ b/components/net/at/Kconfig @@ -75,7 +75,7 @@ if RT_USING_AT default n config AT_CMD_MAX_LEN - int "The maximum lenght of AT Commonds buffer" + int "The maximum lenght of AT Commands buffer" default 128 endif