Add missing error state assignment. (#166)

pull/148/head^2
Carl Lundin 5 years ago committed by GitHub
parent 915af50524
commit a457f43c66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save