From d7415b624fa278f1d8513b94b1011dc831e581bf Mon Sep 17 00:00:00 2001 From: Tomek CEDRO Date: Thu, 13 Oct 2011 21:59:45 +0200 Subject: SWD: swd tcl commands are now available from CLI and initialized at program startup with other commands. --- src/transport/swd_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/swd_core.c') diff --git a/src/transport/swd_core.c b/src/transport/swd_core.c index 383199f2..f5c9faef 100644 --- a/src/transport/swd_core.c +++ b/src/transport/swd_core.c @@ -46,7 +46,7 @@ #include "config.h" #endif -#include +#include ///Unfortunalety OpenOCD use globals to pass information so we need to use it too. extern struct jtag_interface *jtag_interface; -- cgit v1.2.3