更新版本号策略

This commit is contained in:
2026-02-02 10:00:20 +08:00
parent fcf10601b9
commit 60104f9363
6 changed files with 43 additions and 20 deletions

View File

@@ -1,6 +1,8 @@
#ifndef BOARD_CONFIG_H
#define BOARD_CONFIG_H
#include "version.h"
#define GD32E23XF4 0x10
#define GD32E23XF6 0x20
#define GD32E23XF8 0x40
@@ -27,14 +29,6 @@
/******************************************************************************/
#define MCU_CODE 23u
#define FW_VERSION_MAJOR 0
#define FW_VERSION_MINOR 0
#define FW_VERSION_PATCH 3
/******************************************************************************/
/* Dynamic USART Configuration Structure */
typedef struct {
uint32_t rcu_usart;