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

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