4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 15:33:32 +08:00

[component][at] Move at module version number definition to Kconfig file.

This commit is contained in:
armink 2018-10-12 15:47:20 +08:00
parent 61fd160784
commit e9ffd2b2ef
2 changed files with 7 additions and 2 deletions

View File

@ -77,6 +77,12 @@ if RT_USING_AT
endif endif
config AT_SW_VERSION_NUM
int
default 0x10100
help
sfotware module version number
endif endif
endmenu endmenu

View File

@ -33,7 +33,6 @@ extern "C" {
#endif #endif
#define AT_SW_VERSION "1.1.0" #define AT_SW_VERSION "1.1.0"
#define AT_SW_VERSION_NUM 0x10100
#define DBG_ENABLE #define DBG_ENABLE
#define DBG_SECTION_NAME "AT" #define DBG_SECTION_NAME "AT"