mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Separate CLOCK_TIMEKEEPING and SCHED_TICKLESS.
This commit is contained in:
committed by
Xiang Xiao
parent
fa5daea3d9
commit
9c8c2b0db2
@@ -1539,7 +1539,7 @@ void up_timer_initialize(void);
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#if defined(CONFIG_SCHED_TICKLESS) && !defined(CONFIG_CLOCK_TIMEKEEPING)
|
||||
#if defined(CONFIG_SCHED_TICKLESS)
|
||||
int up_timer_gettime(FAR struct timespec *ts);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user