Fix: qemu mps2 demo bug (#649)

This commit is contained in:
alfred gedeon 2021-07-15 14:32:37 -07:00 committed by GitHub
parent 096824515f
commit e38c279b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -186,7 +186,7 @@ static void prvReloadModeTestTimerCallback( TimerHandle_t xTimer );
/* The variable into which error messages are latched. */
static char * pcStatusMessage = "OK: No errors";
static int xErrorCount = 1;
static int xErrorCount = 0;
/* This semaphore is created purely to test using the vSemaphoreDelete() and