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 8c74cf1 commit 5bd4a8eCopy full SHA for 5bd4a8e
samples/tmo_shell/src/tmo_ble_demo.c
@@ -879,9 +879,8 @@ static struct bt_conn_cb conn_callbacks = {
879
.connected = ble_connected,
880
};
881
882
-static int tmo_ble_demo_init(const struct device *unused)
+static int tmo_ble_demo_init()
883
{
884
- ARG_UNUSED(unused);
885
int err;
886
887
err = bt_enable(NULL);
samples/tmo_shell/src/tmo_wifi.c
@@ -485,10 +485,8 @@ int tmo_wifi_connect()
485
return ret;
486
}
487
488
-static int tmo_wifi_shell_init(const struct device *unused)
+static int tmo_wifi_shell_init()
489
490
491
-
492
context.shell = NULL;
493
context.all = 0U;
494
scan_result = 0U;
0 commit comments