Separate CLOCK_TIMEKEEPING and SCHED_TICKLESS.

This commit is contained in:
Anthony Merlino
2021-04-10 19:58:15 -04:00
committed by Xiang Xiao
parent fa5daea3d9
commit 9c8c2b0db2
7 changed files with 48 additions and 32 deletions
+1 -1
View File
@@ -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