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:
kenneth 2021-06-15 15:48:38 +08:00
parent 749bd8a481
commit eb668eb9e0
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ extern VOID __stack_chk_fail(VOID);
UINT32 HalIsIntActive(VOID); UINT32 HalIsIntActive(VOID);
#define OS_INT_ACTIVE (HalIsIntActive()) #define OS_INT_ACTIVE (HalIsIntActive())
#define OS_INT_INACTIVE (!(OS_INT_ACTIVE)) #define OS_INT_INACTIVE (!(OS_INT_ACTIVE))
#define LOS_HwiCreate HalHwiCreate
#define LOS_HwiDelete HalHwiDelete
/** /**
* @ingroup los_interrupt * @ingroup los_interrupt