diff --git a/samples/bluetooth/shell/src/main.c b/samples/bluetooth/shell/src/main.c index cd0dc93f133..6a250bfeeb0 100644 --- a/samples/bluetooth/shell/src/main.c +++ b/samples/bluetooth/shell/src/main.c @@ -194,7 +194,7 @@ static void cmd_disconnect(int argc, char *argv[]) bt_conn_put(conn); } -static void cmd_active_scan_on() +static void cmd_active_scan_on(void) { int err; @@ -206,7 +206,7 @@ static void cmd_active_scan_on() } } -static void cmd_scan_off() +static void cmd_scan_off(void) { int err;