mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-11 06:05:18 -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. */
|
/* The variable into which error messages are latched. */
|
||||||
static char * pcStatusMessage = "OK: No errors";
|
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
|
/* This semaphore is created purely to test using the vSemaphoreDelete() and
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue