mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Remove extra empty line in multiple files
This commit is contained in:
parent
f2eb5e2154
commit
b068161117
3 changed files with 0 additions and 3 deletions
|
|
@ -398,7 +398,6 @@
|
|||
xLastTickCount = 0;
|
||||
xPassedTicks = 0;
|
||||
}
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
#endif /* configUSE_CO_ROUTINES == 0 */
|
||||
|
|
|
|||
1
tasks.c
1
tasks.c
|
|
@ -8733,5 +8733,4 @@ void vTaskResetState( void )
|
|||
}
|
||||
#endif /* #if ( configGENERATE_RUN_TIME_STATS == 1 ) */
|
||||
}
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
|
|
|||
1
timers.c
1
timers.c
|
|
@ -1332,7 +1332,6 @@
|
|||
xTimerQueue = NULL;
|
||||
xTimerTaskHandle = NULL;
|
||||
}
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
/* This entire source file will be skipped if the application is not configured
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue