summaryrefslogtreecommitdiffstats
path: root/src/hci/commands/gdbstub_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci/commands/gdbstub_cmd.c')
-rw-r--r--src/hci/commands/gdbstub_cmd.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/hci/commands/gdbstub_cmd.c b/src/hci/commands/gdbstub_cmd.c
index c4a831e7a..ba5edde3a 100644
--- a/src/hci/commands/gdbstub_cmd.c
+++ b/src/hci/commands/gdbstub_cmd.c
@@ -107,9 +107,4 @@ static int gdbstub_exec ( int argc, char **argv ) {
}
/** GDB stub commands */
-struct command gdbstub_commands[] __command = {
- {
- .name = "gdbstub",
- .exec = gdbstub_exec,
- },
-};
+COMMAND ( gdbstub, gdbstub_exec );