From 99d7072332797c83ed5f5badd210808455f12896 Mon Sep 17 00:00:00 2001 From: kenneth <459864689@qq.com> Date: Tue, 15 Jun 2021 17:05:48 +0800 Subject: [PATCH] chore: update LOS_BitmapFfz comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 函数LOS_BitmapFfz有2个参数,注释中只描述了一个参数,丢失了对参数numBits的描述,影响导出API文档。补充函数注释的@param部分。 close #I3U3SF Signed-off-by: kenneth <459864689@qq.com> --- kernel/include/los_bitmap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/include/los_bitmap.h b/kernel/include/los_bitmap.h index 20b1d89f..617c84cd 100644 --- a/kernel/include/los_bitmap.h +++ b/kernel/include/los_bitmap.h @@ -162,6 +162,7 @@ UINT16 LOS_HighBitGet(UINT32 bitmap); *
  • None
  • * * @param *bitmap [IN] The bitmap pointer. + * @param numBits [IN] The number of bits that is used to limit the bitmap range. * * @retval int The bit index of the first zero bit from LSB. * @par Dependency: -- GitLab