Skip to content

Commit

Permalink
Fix #1305, Stop empty function catching CI workflow format checks
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Oct 7, 2022
1 parent b8e9b83 commit 6dcae06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tests/osal-core-test/osal-core-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ void task_generic_no_exit(void)

/* **************** A TASK THAT EXITS ITSELF **************************** */

void task_generic_with_exit(void)
{
} /* end task_0 */
void task_generic_with_exit(void){}

typedef struct
{
Expand Down

0 comments on commit 6dcae06

Please sign in to comment.