From 69fc29de4dcce81bab75b5884bad293edca9d5de Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 5 Jun 2019 10:11:32 -0400 Subject: [PATCH] tests: mesh: fix function prototype and match declaration Match function declaration of board_output_number. Use u32_t instead of uint32_t. Signed-off-by: Anas Nashif --- tests/bluetooth/mesh/src/microbit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bluetooth/mesh/src/microbit.c b/tests/bluetooth/mesh/src/microbit.c index d3596aab628..fae120297a6 100644 --- a/tests/bluetooth/mesh/src/microbit.c +++ b/tests/bluetooth/mesh/src/microbit.c @@ -41,7 +41,7 @@ static void configure_button(void) gpio_add_callback(gpio, &button_cb); } -void board_output_number(bt_mesh_output_action_t action, uint32_t number) +void board_output_number(bt_mesh_output_action_t action, u32_t number) { struct mb_display *disp = mb_display_get(); struct mb_image arrow = MB_IMAGE({ 0, 0, 1, 0, 0 },