Browse Source

更改AT_CMD_MAX_LEN介绍

mlw 6 years ago
parent
commit
6d947e4f49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/net/at/Kconfig

+ 1 - 1
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