Posix_GCC: use complete function declaration (#1234)

complete function declaration for Posix_GCC

Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
pull/1251/head
Florian La Roche 9 months ago 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;

Loading…
Cancel
Save