MISRA fix.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13719 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2020-06-19 07:20:37 +00:00
parent 9828028b9c
commit 7ed288e9d1
1 changed files with 1 additions and 1 deletions

View File

@ -738,7 +738,7 @@ static inline thread_t *chSchSelectFirstI(void) {
}
/* Placing in ready list ahead of peers.*/
chSchReadyAheadI(otp);
(void) chSchReadyAheadI(otp);
return ntp;
}