diff options
author | Tomek CEDRO <cederom@tlen.pl> | 2011-10-13 21:59:45 +0200 |
---|---|---|
committer | Tomek CEDRO <cederom@tlen.pl> | 2011-10-13 21:59:45 +0200 |
commit | d7415b624fa278f1d8513b94b1011dc831e581bf (patch) | |
tree | ce5ca7b31f767b1b497c267e8f6e4a904be526e2 /src/target | |
parent | 31f98f515598d671bf2ae51f0bc40bbb049195d4 (diff) | |
download | openocd+libswd-d7415b624fa278f1d8513b94b1011dc831e581bf.tar.gz openocd+libswd-d7415b624fa278f1d8513b94b1011dc831e581bf.tar.bz2 openocd+libswd-d7415b624fa278f1d8513b94b1011dc831e581bf.tar.xz openocd+libswd-d7415b624fa278f1d8513b94b1011dc831e581bf.zip |
SWD: swd tcl commands are now available from CLI and initialized at program startup with other commands.
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/arm_adi_v5.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/arm_adi_v5.c b/src/target/arm_adi_v5.c index f5294469..413511c7 100644 --- a/src/target/arm_adi_v5.c +++ b/src/target/arm_adi_v5.c @@ -77,7 +77,6 @@ #include <helper/time_support.h> #include <jtag/interface.h> #include <transport/transport.h> -#include <transport/swd.h> //We need to have access to information on other layers such as transport etc //these are kept in global interface structure for now. Change ASAP. |