X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhello.c;h=2e5c9289c19d08842f149f8e3756b5bf8b2d38f6;hp=9a1bf92520349366206ae43f43c8e41ce717a9c1;hb=a93b404161dc42f8dee805c8f95bc4974aded9cb;hpb=d89c6310146d9e5fd1a4ab364f09c0f841da5c73 diff --git a/src/hello.c b/src/hello.c index 9a1bf92520..2e5c9289c1 100644 --- a/src/hello.c +++ b/src/hello.c @@ -101,7 +101,7 @@ COMMAND_HANDLER(handle_hello_command) return retval; } -static const struct command_registration hello_command_handlers[] = { +const struct command_registration hello_command_handlers[] = { { .name = "hello", .handler = &handle_hello_command,