diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2011-06-13 15:42:46 +0200 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2011-06-13 15:51:04 +0200 |
commit | c8b57198025c414f8d19577e6846021843c2a751 (patch) | |
tree | f87ac8b526f05625e4c1b3401542de78aed0c3c1 /src/target | |
parent | 1b0862c189f8db70f65e0eeabb749580d71e0e97 (diff) | |
download | openocd+libswd-c8b57198025c414f8d19577e6846021843c2a751.tar.gz openocd+libswd-c8b57198025c414f8d19577e6846021843c2a751.tar.bz2 openocd+libswd-c8b57198025c414f8d19577e6846021843c2a751.tar.xz openocd+libswd-c8b57198025c414f8d19577e6846021843c2a751.zip |
transport: move files over to transport folder
as we introduce swd and jtag as two transports, we want
to start up with a new transport folder to organize the
code a bit.
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/adi_v5_swd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/adi_v5_swd.c b/src/target/adi_v5_swd.c index 39f38572..5a3570d5 100644 --- a/src/target/adi_v5_swd.c +++ b/src/target/adi_v5_swd.c @@ -50,7 +50,7 @@ #include "arm_adi_v5.h" #include <helper/time_support.h> -#include <jtag/transport.h> +#include <transport/transport.h> #include <jtag/interface.h> #include <jtag/swd.h> |