Fixed unused code in tick mode.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14370 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-05-15 03:53:13 +00:00
parent 8843d76fb6
commit 99bdadd4fa
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,6 @@ static inline bool is_timer(ch_delta_list_t *dlhp, ch_delta_list_t *dlp) {
return (bool)(dlp != dlhp);
}
#endif
/**
* @brief Inserts a timer as first element in a delta list.
@ -96,6 +95,7 @@ static void vt_insert_first(virtual_timers_list_t *vtlp,
is started.*/
port_timer_start_alarm(chTimeAddX(vtlp->lasttime, delay));
}
#endif /* CH_CFG_ST_TIMEDELTA > 0 */
/**
* @brief Enqueues a virtual timer in a virtual timers list.