Posix_GCC: use complete function declaration (#1234)

complete function declaration for Posix_GCC

Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
pull/1233/head^2
Florian La Roche 7 months ago committed by GitHub
parent ba4f37f3bb
commit 29d3e527ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save