mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-19 14:54:28 +08:00
Add static to a variable in Qemu mps2 demo (#646)
This commit is contained in:
@ -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";
|
||||||
|
|
||||||
int xErrorCount = 1;
|
static int xErrorCount = 1;
|
||||||
|
|
||||||
|
|
||||||
/* This semaphore is created purely to test using the vSemaphoreDelete() and
|
/* This semaphore is created purely to test using the vSemaphoreDelete() and
|
||||||
|
Reference in New Issue
Block a user