git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14371 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
99bdadd4fa
commit
112f264974
|
@ -517,7 +517,7 @@ static inline void __vt_object_init(virtual_timers_list_t *vtlp) {
|
|||
vtlp->lasttime = (systime_t)0;
|
||||
#endif /* CH_CFG_ST_TIMEDELTA > 0 */
|
||||
#if CH_CFG_USE_TIMESTAMP == TRUE
|
||||
currcore->vtlist.laststamp = (systimestamp_t)chVTGetSystemTimeX();
|
||||
vtlp->laststamp = (systimestamp_t)chVTGetSystemTimeX();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue