Update tos_bitmap.h

delete the unused parameter note of function "tos_bitmap_lsb"
This commit is contained in:
David Lin
2020-06-10 22:54:08 +08:00
committed by GitHub
parent a2a4e1de20
commit 1a9e400996

View File

@@ -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.
*/