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:
parent
9828028b9c
commit
7ed288e9d1
|
@ -738,7 +738,7 @@ static inline thread_t *chSchSelectFirstI(void) {
|
|||
}
|
||||
|
||||
/* Placing in ready list ahead of peers.*/
|
||||
chSchReadyAheadI(otp);
|
||||
(void) chSchReadyAheadI(otp);
|
||||
|
||||
return ntp;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue