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/transport.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/transport/transport.h') diff --git a/src/transport/transport.h b/src/transport/transport.h index 2702b9ef..b5e15ffd 100644 --- a/src/transport/transport.h +++ b/src/transport/transport.h @@ -21,6 +21,7 @@ #define OOCD_TRANSPORT_H #include "helper/command.h" +#include "transport/swd.h" /** * Wrapper for transport lifecycle operations. -- cgit v1.2.3