mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-12-18 16:59:12 +08:00
Add missing error state assignment. (#166)
This commit is contained in:
@@ -365,6 +365,7 @@ uint32_t ulValue;
|
||||
if( ulValue != 0x01234567 )
|
||||
{
|
||||
/* We did not receive the expected value. */
|
||||
xErrorDetected = pdTRUE;
|
||||
}
|
||||
|
||||
/* Lets just delay a while as this is an intensive test as we don't
|
||||
|
||||
Reference in New Issue
Block a user