Fix-Point commented on code in PR #17675:
URL: https://github.com/apache/nuttx/pull/17675#discussion_r2647033922


##########
sched/hrtimer/hrtimer.c:
##########
@@ -49,30 +49,21 @@ static inline_function void hrtimer_reprogram(FAR 
hrtimer_queue_t *queue,
                                               uint64_t next_expired)
 {
 #ifdef CONFIG_SCHED_TICKLESS
-#  ifdef CONFIG_SCHED_TICKLESS_ALARM
-#    ifdef CONFIG_SCHED_TICKLESS_TICK_ARGUMENT
-  up_alarm_tick_start(div_const_roundup(next_expired, NSEC_PER_TICK));
-#    else
   struct timespec ts;
+#  ifdef CONFIG_SCHED_TICKLESS_ALARM

Review Comment:
   Merged.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to