summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/openocd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openocd.c b/src/openocd.c
index bba1e0bf..04a63074 100644
--- a/src/openocd.c
+++ b/src/openocd.c
@@ -235,6 +235,7 @@ struct command_context *setup_command_handler(Jim_Interp *interp)
&nand_register_commands,
&pld_register_commands,
&mflash_register_commands,
+ NULL
};
for (unsigned i = 0; NULL != command_registrants[i]; i++)
{