Skip to content

Commit

Permalink
tests: hil: zephyr: return 0 from main()
Browse files Browse the repository at this point in the history
This suppressses warning about missing return statement from non-void
function.

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
  • Loading branch information
mniestroj committed Sep 15, 2024
1 parent 91a530d commit b09fe26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/hil/platform/zephyr/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ int main(void)
net_connect();

hil_test_entry(golioth_sample_credentials_get());

return 0;
}

0 comments on commit b09fe26

Please sign in to comment.