mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Fixes to tickless operation code. From Brandon Warhurst
This commit is contained in:
@@ -1676,7 +1676,7 @@ void sched_timer_expiration(void);
|
||||
****************************************************************************/
|
||||
|
||||
#if defined(CONFIG_SCHED_TICKLESS) && defined(CONFIG_SCHED_TICKLESS_ALARM)
|
||||
void sched_alarm_expiration(FAR const struct *ts);
|
||||
void sched_alarm_expiration(FAR const struct timespec *ts);
|
||||
#endif
|
||||
|
||||
/************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user