From 1574a4f2a11c9169e96acc9c503eaa25e0113d11 Mon Sep 17 00:00:00 2001 From: Tomek CEDRO Date: Thu, 16 Jun 2011 07:08:14 +0000 Subject: OPENOCD: Register bitbang TCL command. --- src/openocd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/openocd.c b/src/openocd.c index 57676f52..f18c2432 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -31,6 +31,7 @@ #include "openocd.h" #include #include +#include #include #include #include @@ -47,7 +48,6 @@ #include #endif - #define OPENOCD_VERSION \ "Open On-Chip Debugger " VERSION RELSTR " (" PKGBLDDATE ")" @@ -275,6 +275,7 @@ struct command_context *setup_command_handler(Jim_Interp *interp) &log_register_commands, &transport_register_commands, &interface_register_commands, + &bitbang_register_commands, &target_register_commands, &flash_register_commands, &nand_register_commands, -- cgit v1.2.3