Fixes to tickless operation code. From Brandon Warhurst

This commit is contained in:
Gregory Nutt
2014-10-23 06:41:31 -06:00
parent c8b4ab7383
commit a7a5c8cff3
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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
/************************************************************************