mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2025-01-19 10:05:09 +08:00
Remove unneeded comma in the hcitool commands declaration
This commit is contained in:
parent
3475c7f43a
commit
8e7af67a19
@ -2563,8 +2563,8 @@ static struct {
|
||||
{ "clkoff", cmd_clkoff, "Read clock offset" },
|
||||
{ "clock", cmd_clock, "Read local or remote clock" },
|
||||
{ "lescan", cmd_lescan, "Start LE scan" },
|
||||
{ "lecc", cmd_lecc, "Create a LE Connection", },
|
||||
{ "ledc", cmd_ledc, "Disconnect a LE Connection", },
|
||||
{ "lecc", cmd_lecc, "Create a LE Connection" },
|
||||
{ "ledc", cmd_ledc, "Disconnect a LE Connection" },
|
||||
{ NULL, NULL, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user