添加新配置
This commit is contained in:
@@ -26,6 +26,17 @@
|
||||
#define FW_VERSION_MINOR 0
|
||||
#define FW_VERSION_BUILD 0
|
||||
|
||||
#elif (CONFIG_PRODUCT_ID_SERTRF)
|
||||
|
||||
#define PRODUCT_ID "SERTRF"
|
||||
|
||||
#define BOARD_CONFIG_DATA_VER 0x0101 /* 对应 cfg_board_t::version */
|
||||
#define APP_CONFIG_DATA_VER 0 /* 对应 cfg_app_t::version */
|
||||
|
||||
#define FW_VERSION_MAIN 1
|
||||
#define FW_VERSION_MINOR 0
|
||||
#define FW_VERSION_BUILD 0
|
||||
|
||||
#else
|
||||
#error 未定义配置
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user