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 GitHub
parent ba4f37f3bb
commit 29d3e527ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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