mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-22 01:30:31 -05:00
Posix_GCC: use complete function declaration (#1234)
complete function declaration for Posix_GCC Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
This commit is contained in:
parent
ba4f37f3bb
commit
29d3e527ec
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ void vApplicationTickHook( void )
|
|||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
void traceOnEnter()
|
||||
void traceOnEnter( void )
|
||||
{
|
||||
#if ( TRACE_ON_ENTER == 1 )
|
||||
int xReturn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue