mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-27 16:23:46 +00: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:
committed by
Monika Singh
parent
7ab86b7e05
commit
6872fc8f28
@@ -268,7 +268,7 @@ void vApplicationTickHook( void )
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
void traceOnEnter()
|
||||
void traceOnEnter( void )
|
||||
{
|
||||
#if ( TRACE_ON_ENTER == 1 )
|
||||
int xReturn;
|
||||
|
||||
Reference in New Issue
Block a user