From d9232ff117aa3dab2f961068e877094e5b21eaea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B6=E4=B8=AD=E6=96=AD=E5=BB=B6=E8=BF=9F=E7=9A=84RTOS?= Date: Mon, 2 Feb 2026 07:59:12 +0000 Subject: [PATCH] update Port/syscfg.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 零中断延迟的RTOS --- Port/syscfg.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Port/syscfg.h b/Port/syscfg.h index 3a59e1a..527a6c7 100644 --- a/Port/syscfg.h +++ b/Port/syscfg.h @@ -3,8 +3,8 @@ * @file syscfg.h * @brief OS Config File * @author 迟凯峰 - * @version V2.1.1 - * @date 2026.01.02 + * @version V2.3.0 + * @date 2026.02.02 ******************************************************************************/ #ifndef __SYSCFG_H @@ -348,6 +348,10 @@ // 是否启用事件标志组? #define SYSCFG_FLAGGROUP 1 +// 私信 +// 是否启用私信? +#define SYSCFG_TASKMSG 1 + // 飞信 // 是否启用飞信? #define SYSCFG_FETION 1