mirror of
https://gitee.com/cosyos/cosyos.git
synced 2026-09-26 13:13:37 +08:00
update System/sv_int_pend_fifo.c.
Signed-off-by: 零中断延迟的RTOS <cosyos@139.com>
This commit is contained in:
@@ -410,7 +410,7 @@ static void _pendsvc_(void _STATIC_MEM_ *sv) MCUCFG_OSIT_ATTRIBUTE
|
||||
#endif
|
||||
|
||||
/**
|
||||
\brief 中断挂起服务_FIFO - 执行总函数(函数指针数组)
|
||||
\brief 中断FIFO服务-执行总函数(函数指针数组)
|
||||
\param[in] [SVID] 服务ID
|
||||
\param[in] sv 服务的结构体指针
|
||||
\return 无
|
||||
@@ -437,7 +437,7 @@ void (_CODE_MEM_ * const _CONST_MEM_ sPendSV_FIFOHandler[OS_SVID_END])(void _STA
|
||||
};
|
||||
|
||||
/** @} *//**
|
||||
\defgroup 中断挂起服务_FIFO-错误调用返回
|
||||
\defgroup 中断FIFO服务-错误调用返回
|
||||
\note 当需要回调时,下列的回调函数可以在用户文件中实现。
|
||||
@{
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user