mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 23:28:29 +08:00
sched/hrtimer: Fix functional correctness issue.
This commit added dependency on CONFIG_SYSTEM_TIME64 for the hrtimer, sin ce the hrtimer use `clock_compare` to compare 64-bit time. Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com>
This commit is contained in:
committed by
Xiang Xiao
parent
6bd9ef6992
commit
254df1721a
@@ -2007,5 +2007,6 @@ config CUSTOM_SEMAPHORE_MAXVALUE
|
||||
config HRTIMER
|
||||
bool "High resolution timer support"
|
||||
default n
|
||||
depends on SYSTEM_TIME64
|
||||
---help---
|
||||
Enable to support high resolution timer
|
||||
|
||||
Reference in New Issue
Block a user