Skip to content

Commit 69fc29d

Browse files
committed
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 <[email protected]>
1 parent 9bcf629 commit 69fc29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bluetooth/mesh/src/microbit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static void configure_button(void)
4141
gpio_add_callback(gpio, &button_cb);
4242
}
4343

44-
void board_output_number(bt_mesh_output_action_t action, uint32_t number)
44+
void board_output_number(bt_mesh_output_action_t action, u32_t number)
4545
{
4646
struct mb_display *disp = mb_display_get();
4747
struct mb_image arrow = MB_IMAGE({ 0, 0, 1, 0, 0 },

0 commit comments

Comments
 (0)