mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-02-22 18:15:29 -05:00
A few additional casts to keep the Renesas RX compiler happy.
This commit is contained in:
parent
74ffdb0b89
commit
ef254df85f
3 changed files with 6 additions and 5 deletions
|
|
@ -469,6 +469,6 @@ static unsigned long ulLastLoopCounter = 0;
|
|||
/* Errors detected in the task itself will have latched xErrorDetected
|
||||
to true. */
|
||||
|
||||
return !xErrorDetected;
|
||||
return ( portBASE_TYPE ) !xErrorDetected;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue