diff --git a/components/net/at/Kconfig b/components/net/at/Kconfig index 84d7e094ad..9a464de9ec 100644 --- a/components/net/at/Kconfig +++ b/components/net/at/Kconfig @@ -76,7 +76,13 @@ if RT_USING_AT default n endif - + + config AT_SW_VERSION_NUM + int + default 0x10100 + help + sfotware module version number + endif endmenu diff --git a/components/net/at/include/at.h b/components/net/at/include/at.h index 4bb378583a..e63799d356 100644 --- a/components/net/at/include/at.h +++ b/components/net/at/include/at.h @@ -33,7 +33,6 @@ extern "C" { #endif #define AT_SW_VERSION "1.1.0" -#define AT_SW_VERSION_NUM 0x10100 #define DBG_ENABLE #define DBG_SECTION_NAME "AT"