mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 01:42:49 +08:00
947856efe0
This commit changed the type of the delay ticks to the unsigned, which can reduce the useless branch conditions Besides, this commit added max delay tick limitation to fix incorrect timing behavior if we delay SCLOCK_MAX in the SMP build. Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com>