mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
061be5f18e
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>