update System/os_def.h.

Signed-off-by: 零中断延迟的RTOS <cosyos@139.com>
This commit is contained in:
零中断延迟的RTOS
2025-02-27 10:08:13 +00:00
committed by Gitee
parent ad12ea4ec6
commit d80ccd7f98

View File

@@ -3,8 +3,8 @@
* @file os_def.h
* @brief 初始宏定义
* @author 迟凯峰
* @version V1.0.0
* @date 2025.02.08
* @version V1.0.1
* @date 2025.02.27
******************************************************************************/
#ifndef __OS_DEF_H
@@ -24,8 +24,6 @@
#define __ENABLED__ 1
#define __MSP__ 0 /*!< 任务栈模式MSP模式 .. */
#define __PSP__ 1 /*!< 任务栈模式PSP模式 .. */
#define __INTELLIGENT__ 0 /*!< 私信创建模式:智能创建 */
#define __PERFORMANCE__ 1 /*!< 私信创建模式:性能创建 */
#define __STATIC__ 0 /*!< 静态队列 ............. */
#define __DYNAMIC__ 1 /*!< 动态队列 ............. */
#define __QUE_FIFO__ 0 /*!< 先入先出队列 ......... */