mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Remove inline keyword.
This commit is contained in:
parent
b08411ec5a
commit
0d29807e93
|
@ -1282,7 +1282,7 @@ unsigned portBASE_TYPE uxNumberOfTasks;
|
||||||
*----------------------------------------------------------*/
|
*----------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
||||||
inline void vTaskIncrementTick( void )
|
void vTaskIncrementTick( void )
|
||||||
{
|
{
|
||||||
/* Called by the portable layer each time a tick interrupt occurs.
|
/* Called by the portable layer each time a tick interrupt occurs.
|
||||||
Increments the tick then checks to see if the new tick value will cause any
|
Increments the tick then checks to see if the new tick value will cause any
|
||||||
|
|
Loading…
Reference in a new issue