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:
Florian La Roche
2024-06-30 07:03:21 +02:00
committed by Monika Singh
parent 7ab86b7e05
commit 6872fc8f28

View File

@@ -268,7 +268,7 @@ void vApplicationTickHook( void )
/*-----------------------------------------------------------*/
void traceOnEnter()
void traceOnEnter( void )
{
#if ( TRACE_ON_ENTER == 1 )
int xReturn;