Removed test assertion.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14451 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-05-31 09:47:09 +00:00
parent e0f58921d3
commit 88d44b881c
1 changed files with 0 additions and 3 deletions

View File

@ -429,9 +429,6 @@ void chVTDoTickI(void) {
lasttime = chTimeAddX(vtlp->lasttime, vtp->dlist.delta); lasttime = chTimeAddX(vtlp->lasttime, vtp->dlist.delta);
vtlp->lasttime = lasttime; vtlp->lasttime = lasttime;
// TODO, remove this assert, it is triggered also by some valid cases.
chDbgAssert((int)chTimeDiffX(vtlp->lasttime, now) >= 0, "back in time");
/* Removing the timer from the list, marking it as not armed.*/ /* Removing the timer from the list, marking it as not armed.*/
(void) ch_dlist_dequeue(&vtp->dlist); (void) ch_dlist_dequeue(&vtp->dlist);
vtp->dlist.next = NULL; vtp->dlist.next = NULL;