Removed a temporary note.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14758 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-09-13 09:02:13 +00:00
parent 135f0adc40
commit 5dec8a8f1f
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ static void vt_set_alarm(systime_t now, sysinterval_t delay) {
while (true) {
sysinterval_t nowdelta;
systime_t newnow;
/*463788*/
/* Setting up the alarm on the next deadline.*/
port_timer_set_alarm(chTimeAddX(now, delay));