mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-21 22:11:57 -04:00
Just remove compiler warning.
This commit is contained in:
parent
2b2324a7e7
commit
1b3ceba83f
|
@ -215,6 +215,9 @@ portTickType xDelayPeriod = mainNO_ERROR_FLASH_PERIOD;
|
||||||
unsigned portLONG ulMemCheckTaskRunningCount;
|
unsigned portLONG ulMemCheckTaskRunningCount;
|
||||||
xTaskHandle xCreatedTask;
|
xTaskHandle xCreatedTask;
|
||||||
|
|
||||||
|
/* Just to stop compiler warnings. */
|
||||||
|
( void ) pvParameters;
|
||||||
|
|
||||||
/* Cycle for ever, delaying then checking all the other tasks are still
|
/* Cycle for ever, delaying then checking all the other tasks are still
|
||||||
operating without error. If an error is detected then the delay period
|
operating without error. If an error is detected then the delay period
|
||||||
is decreased from mainNO_ERROR_FLASH_PERIOD to mainERROR_FLASH_PERIOD so
|
is decreased from mainNO_ERROR_FLASH_PERIOD to mainERROR_FLASH_PERIOD so
|
||||||
|
|
Loading…
Reference in a new issue