chore: replace YES/NO macros to 1/0

Signed-off-by: Caoruihong <crh.cao@huawei.com>
Change-Id: I80f8b23cac10bc714dea921ed1fd43b687ce3748
This commit is contained in:
Caoruihong
2021-11-16 01:21:00 +08:00
parent 201da62e1f
commit 5196818d47
7 changed files with 10 additions and 20 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ extern "C" {
#endif /* __cplusplus */
#endif /* __cplusplus */
#if (OS_SYS_MEM_CHECK == YES)
#if (OS_SYS_MEM_CHECK == 1)
#define LOS_DLNK_ENABLE_ALLOC_CHECK
#endif
@@ -82,7 +82,7 @@ typedef struct tagLOS_DLNK_NODE {
* @param pool [IN] Starting address of memory.
* @param size [IN] Memory size.
*
* @retval #OS_ERROR ¨C1: The dynamic memory fails to be initialized.
* @retval #OS_ERROR C1: The dynamic memory fails to be initialized.
* @retval #LOS_OK 0: The dynamic memory is successfully initialized.
* @par Dependency:
* <ul>