Diff between 5f06ec4982b38bfe213044f4d3f3118079546e89 and ab41d6df80aa49e87c81b1a6383f9540fcc2d257

Changed Files

File Additions Deletions Status
client/main.c +1 -1 modified

Full Patch

diff --git a/client/main.c b/client/main.c
index 3534bd3..f0f62fe 100644
--- a/client/main.c
+++ b/client/main.c
@@ -2239,7 +2239,7 @@ static const struct bt_shell_menu scan_menu = {
 				cmd_set_scan_filter_duplicate_data,
 				"Set scan filter duplicate data",
 				mode_generator },
-	{ "set-filter-clear", "", cmd_set_scan_filter_clear,
+	{ "set-filter-clear", NULL, cmd_set_scan_filter_clear,
 				"Clears discovery filter." },
 	{ } },
 };