From 36ce9d707a09095f3d264594a4cd1cf79d623b61 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Mon, 11 Mar 2024 16:37:57 +0800 Subject: [PATCH] V2 --- usrc/project_configs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usrc/project_configs.h b/usrc/project_configs.h index d95348b..9528ef4 100644 --- a/usrc/project_configs.h +++ b/usrc/project_configs.h @@ -4,7 +4,7 @@ * ÏîÄ¿»ù´¡ÅäÖà * *******************************************************************************/ -#define PC_VERSION 1 +#define PC_VERSION 2 #define PC_MANUFACTURER0 ('i' | 'f' << 8 | 'l' << 16 | 'y' << 24) #define PC_MANUFACTURER1 ('t' | 'o' << 8 | 'p' << 16 | '\0' << 24) #define PC_PROJECT_NAME "zaf_lstc"