mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 11:41:51 +08:00
The BIT macro is widely used in NuttX, and to achieve a unified strategy, we have placed the implementation of the BIT macro in bits.h to simplify code implementation. Signed-off-by: hujun5 <hujun5@xiaomi.com>