mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-10 13:45:07 -05:00
Fix: qemu mps2 demo bug (#649)
This commit is contained in:
parent
096824515f
commit
e38c279b22
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue