aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorGareth McMullin2011-02-10 15:24:54 +1300
committerGareth McMullin2011-02-10 15:24:54 +1300
commitf293cc4bc19409ac77287f0e7298801d55e42b11 (patch)
tree9ba934556c5de1fea4568d2186869c8a6ae0879d /src/main.c
parentd1cf80db33340b7004c02b37148127b8b58c687c (diff)
Improved Linux/libftdi platform support.
Tested with Floss-JTAG. SWD working.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index 0ca7b94..4b46764 100644
--- a/src/main.c
+++ b/src/main.c
@@ -37,10 +37,6 @@ int
main(void)
{
assert(platform_init() == 0);
- assert(gdb_if_init() == 0);
-
- jtag_scan();
-// adiv5_swdp_scan();
PLATFORM_SET_FATAL_ERROR_RECOVERY();