Skip to content

Commit

Permalink
Update return type of main
Browse files Browse the repository at this point in the history
  • Loading branch information
kar-rahul-aws committed Oct 17, 2023
1 parent 8d66ca1 commit 9524b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake_example/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void exampleTask( void * parameters )
}
}

int main( void )
void main( void )
{
printf( "Example FreeRTOS Project\n" );

Expand Down

0 comments on commit 9524b25

Please sign in to comment.