Skip to content

Commit

Permalink
[nrf fromtree] tests: Bluetooth: Mesh: fix omitted names
Browse files Browse the repository at this point in the history
PR fixes using of the parameter with omitted names.

Signed-off-by: Aleksandr Khromykh <[email protected]>
(cherry picked from commit b8f7c81)
  • Loading branch information
alxelax authored and rlubos committed Aug 17, 2023
1 parent 451c1c4 commit 0006aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bsim/bluetooth/mesh/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ bst_test_install_t test_installers[] = {
static struct k_thread bsim_mesh_thread;
static K_KERNEL_STACK_DEFINE(bsim_mesh_thread_stack, 4096);

static void bsim_mesh_entry_point(void *, void *, void *)
static void bsim_mesh_entry_point(void *unused1, void *unused2, void *unused3)
{
bst_main();
}
Expand Down

0 comments on commit 0006aed

Please sign in to comment.