mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Clean up compiler warnings only.
This commit is contained in:
parent
d94151bca7
commit
8d724f682d
|
@ -130,6 +130,9 @@ static void prvCheckTask( void * pvParameters )
|
||||||
portTickType xNextWakeTime, xPeriod = mainNO_ERROR_PERIOD;
|
portTickType xNextWakeTime, xPeriod = mainNO_ERROR_PERIOD;
|
||||||
static volatile unsigned portLONG ulErrorCode = 0UL;
|
static volatile unsigned portLONG ulErrorCode = 0UL;
|
||||||
|
|
||||||
|
/* Just to remove the compiler warning. */
|
||||||
|
( void ) pvParameters;
|
||||||
|
|
||||||
/* Initialise xNextWakeTime prior to its first use. From this point on
|
/* Initialise xNextWakeTime prior to its first use. From this point on
|
||||||
the value of the variable is handled automatically by the kernel. */
|
the value of the variable is handled automatically by the kernel. */
|
||||||
xNextWakeTime = xTaskGetTickCount();
|
xNextWakeTime = xTaskGetTickCount();
|
||||||
|
|
Loading…
Reference in a new issue