generated from hulk/gd32e23x_template_cmake_vscode
fix(LED_IO):修复调试过程中的IO临时改被误保存并更新版本为v1.0.2
This commit is contained in:
@@ -68,9 +68,9 @@ void usart1_irq_handler(void);
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
#define LED_RCU RCU_GPIOA
|
||||
#define LED_PORT GPIOA
|
||||
#define LED_PIN GPIO_PIN_7
|
||||
#define LED_RCU RCU_GPIOB
|
||||
#define LED_PORT GPIOB
|
||||
#define LED_PIN GPIO_PIN_1
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ set(PROJECT_NAME "LDC1612")
|
||||
set(BOARD_TYPE_CODE 23)
|
||||
set(VERSION_MAJOR 1)
|
||||
set(VERSION_MINOR 0)
|
||||
set(VERSION_PATCH 0)
|
||||
set(VERSION_PATCH 2)
|
||||
set(VERSION "V${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
|
||||
string(TIMESTAMP BUILD_DATE "%Y-%m-%d")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user