Add static to a variable in Qemu mps2 demo (#646)

pull/640/head^2
alfred gedeon 4 years ago committed by GitHub
parent d663850e1b
commit 693a9994b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -186,7 +186,7 @@ static void prvReloadModeTestTimerCallback( TimerHandle_t xTimer );
/* The variable into which error messages are latched. */
static char * pcStatusMessage = "OK: No errors";
int xErrorCount = 1;
static int xErrorCount = 1;
/* This semaphore is created purely to test using the vSemaphoreDelete() and

Loading…
Cancel
Save