mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +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
|
config HRTIMER
|
||||||
bool "High resolution timer support"
|
bool "High resolution timer support"
|
||||||
default n
|
default n
|
||||||
|
depends on SYSTEM_TIME64
|
||||||
---help---
|
---help---
|
||||||
Enable to support high resolution timer
|
Enable to support high resolution timer
|
||||||
|
|||||||
Reference in New Issue
Block a user