summaryrefslogtreecommitdiff
path: root/src/openocd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/openocd.c')
-rw-r--r--src/openocd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openocd.c b/src/openocd.c
index 317743dd..f9401d41 100644
--- a/src/openocd.c
+++ b/src/openocd.c
@@ -276,6 +276,7 @@ struct command_context *setup_command_handler(Jim_Interp *interp)
&transport_register_commands,
&interface_register_commands,
&bitbang_register_commands,
+ &swd_register_commands,
&target_register_commands,
&flash_register_commands,
&nand_register_commands,