Merge pull request #172 from DavidLin1577/patch-8

Update tos_bitmap.h
This commit is contained in:
Arthur
2020-06-11 11:35:18 +08:00
committed by GitHub

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