Merge pull request #3389 from DavidLin1577/patch-3

Fixed typo: 'lenght'  and 'sfotware' in Kconfig
This commit is contained in:
Bernard Xiong 2020-02-22 20:03:03 +08:00 committed by GitHub
commit 87cf14d95f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ if RT_USING_AT
default n default n
config AT_CMD_MAX_LEN config AT_CMD_MAX_LEN
int "The maximum lenght of AT Commands buffer" int "The maximum length of AT Commands buffer"
default 128 default 128
endif endif
@ -84,7 +84,7 @@ if RT_USING_AT
hex hex
default 0x10300 default 0x10300
help help
sfotware module version number software module version number
endif endif