Just remove compiler warning.

This commit is contained in:
Richard Barry 2009-10-04 10:59:01 +00:00
parent 2b2324a7e7
commit 1b3ceba83f

View file

@ -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