Skip to content

Commit 29d3e52

Browse files
authored
Posix_GCC: use complete function declaration (FreeRTOS#1234)
complete function declaration for Posix_GCC Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
1 parent ba4f37f commit 29d3e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FreeRTOS/Demo/Posix_GCC/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ void vApplicationTickHook( void )
268268

269269
/*-----------------------------------------------------------*/
270270

271-
void traceOnEnter()
271+
void traceOnEnter( void )
272272
{
273273
#if ( TRACE_ON_ENTER == 1 )
274274
int xReturn;

0 commit comments

Comments
 (0)