From 1a9e400996a8e7ebba1e5b432b202f2c031e4983 Mon Sep 17 00:00:00 2001 From: David Lin Date: Wed, 10 Jun 2020 22:54:08 +0800 Subject: [PATCH] Update tos_bitmap.h delete the unused parameter note of function "tos_bitmap_lsb" --- kernel/core/include/tos_bitmap.h | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/core/include/tos_bitmap.h b/kernel/core/include/tos_bitmap.h index 73d5fcf2..ce39eba5 100644 --- a/kernel/core/include/tos_bitmap.h +++ b/kernel/core/include/tos_bitmap.h @@ -145,7 +145,6 @@ __API__ int tos_bitmap_is_reset(k_bitmap_t *bitmap, uint32_t bit); * @attention The very first bit which is set to 1. * * @param[in] bitmap pointer to the handler of the bitmap. - * @param[in] bit the bit to set. * * @return the lowest significant bit of the bitmap. */