bluetooth/hccontrol: Fix unterminated command list

Signed-off-by: Brian Campbell <Brian.Campbell@ed.ac.uk>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/730
This commit is contained in:
Brian Campbell 2023-05-04 16:01:31 -06:00 committed by Warner Losh
parent 8fb0f07c7a
commit 9affcf438b

View File

@ -1365,4 +1365,7 @@ struct hci_command le_commands[] = {
"Generate 64 bits of random data",
&le_rand
},
{
NULL,
}
};