mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 18:27:47 -04:00
Add static to a variable in Qemu mps2 demo (#646)
This commit is contained in:
parent
d663850e1b
commit
693a9994b0
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";
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue