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;
xTaskHandle xCreatedTask;
/* Just to stop compiler warnings. */
( void ) pvParameters;
/* Cycle for ever, delaying then checking all the other tasks are still
operating without error. If an error is detected then the delay period
is decreased from mainNO_ERROR_FLASH_PERIOD to mainERROR_FLASH_PERIOD so