We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bcf629 commit 69fc29dCopy full SHA for 69fc29d
tests/bluetooth/mesh/src/microbit.c
@@ -41,7 +41,7 @@ static void configure_button(void)
41
gpio_add_callback(gpio, &button_cb);
42
}
43
44
-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)
45
{
46
struct mb_display *disp = mb_display_get();
47
struct mb_image arrow = MB_IMAGE({ 0, 0, 1, 0, 0 },
0 commit comments