fix: add API LOS_HwiCreate and LOS_HwDelete
新增对外接口LOS_HwiCreate、LOS_HwiDelete close #I3R75F Signed-off-by: kenneth <459864689@qq.com>
This commit is contained in:
parent
749bd8a481
commit
eb668eb9e0
|
@ -70,6 +70,8 @@ extern VOID __stack_chk_fail(VOID);
|
|||
UINT32 HalIsIntActive(VOID);
|
||||
#define OS_INT_ACTIVE (HalIsIntActive())
|
||||
#define OS_INT_INACTIVE (!(OS_INT_ACTIVE))
|
||||
#define LOS_HwiCreate HalHwiCreate
|
||||
#define LOS_HwiDelete HalHwiDelete
|
||||
|
||||
/**
|
||||
* @ingroup los_interrupt
|
||||
|
|
Loading…
Reference in New Issue