mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-15 09:17:44 -04:00
Add missing error state assignment. (#166)
This commit is contained in:
parent
915af50524
commit
a457f43c66
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ uint32_t ulValue;
|
||||||
if( ulValue != 0x01234567 )
|
if( ulValue != 0x01234567 )
|
||||||
{
|
{
|
||||||
/* We did not receive the expected value. */
|
/* We did not receive the expected value. */
|
||||||
|
xErrorDetected = pdTRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Lets just delay a while as this is an intensive test as we don't
|
/* Lets just delay a while as this is an intensive test as we don't
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue