mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 19:50:47 +08:00
Add USEC2MSEC macro to provide a convenient and consistent interface for converting microseconds to milliseconds, complementing the existing SEC, USEC, and NSEC conversion macros and improving code readability. Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>