]> git.sur5r.net Git - freertos/blobdiff - Demo/ARM7_AT91FR40008_GCC/main.c
Just remove compiler warning.
[freertos] / Demo / ARM7_AT91FR40008_GCC / main.c
index 398a999cb83cb8d004ee267e07b4c897a9634de6..c04d3adb21b3f8253076982ea79b546248779ba1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.\r
+       FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.\r
 \r
        This file is part of the FreeRTOS distribution.\r
 \r
@@ -215,6 +215,9 @@ portTickType xDelayPeriod = mainNO_ERROR_FLASH_PERIOD;
 unsigned portLONG ulMemCheckTaskRunningCount;\r
 xTaskHandle xCreatedTask;\r
 \r
+       /* Just to stop compiler warnings. */\r
+       ( void ) pvParameters;\r
+\r
        /* Cycle for ever, delaying then checking all the other tasks are still\r
        operating without error.  If an error is detected then the delay period\r
        is decreased from mainNO_ERROR_FLASH_PERIOD to mainERROR_FLASH_PERIOD so\r