fix: rename DEF_UART_ENABLED to DEF_UARTE_ENABLED

This commit is contained in:
Roy_01
2025-08-20 16:35:18 +08:00
parent f1d30e5ab7
commit cf99f4a2a2
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -151,7 +151,7 @@ extern "C"
#define DEF_USBD_ENABLED 1
#define DEF_UART_ENABLED 0
#define DEF_UARTE_ENABLED 0
#elif (DEF_ELITE_MODEL == DEF_ELITE_EDC_V2_0)
#define ELITE_DEVICE_NAME "Elite-EDC"
@@ -189,7 +189,7 @@ extern "C"
#define DEF_USBD_ENABLED 1
#define DEF_UART_ENABLED 0
#define DEF_UARTE_ENABLED 0
#elif (DEF_ELITE_MODEL == DEF_ELITE_PEL_V2_0)
#define BOARD_IOPH 1
@@ -231,7 +231,7 @@ extern "C"
#define DEF_USBD_ENABLED 1
#define DEF_UART_ENABLED 0
#define DEF_UARTE_ENABLED 0
#elif (DEF_ELITE_MODEL == DEF_ELITE_PEL_V3_0)
#define BOARD_IOPH 1
@@ -273,7 +273,7 @@ extern "C"
#define DEF_USBD_ENABLED 1
#define DEF_UART_ENABLED 0
#define DEF_UARTE_ENABLED 0
#elif (DEF_ELITE_MODEL == DEF_ELITE_CPG_V1_1)
#define ELITE_DEVICE_NAME "Elite-CPG"
+3 -3
View File
@@ -12,9 +12,9 @@ extern "C"
#define VERSION_DATE_YEAR 25
#define VERSION_DATE_MONTH 8
#define VERSION_DATE_DAY 12
#define VERSION_DATE_HOUR 15
#define VERSION_DATE_MINUTE 44
#define VERSION_DATE_DAY 20
#define VERSION_DATE_HOUR 16
#define VERSION_DATE_MINUTE 35
#define PEL_0P5R_MASK (0x01 << 0)
#define PEL_1P0R_MASK (0x01 << 1)