]> git.sur5r.net Git - openocd/blobdiff - tcl/target/swj-dp.tcl
drivers/cmsis-dap: port to common SWD framework
[openocd] / tcl / target / swj-dp.tcl
index 4f2b49692bb1582351e0ab23a38d22528aac4d2e..f759e7c8df3c265f620cde7213e2bef9b88754ca 100644 (file)
@@ -30,7 +30,5 @@ proc swj_newdap {chip tag args} {
      eval jtag newtap $chip $tag $args
  } elseif [using_swd] {
      eval swd newdap $chip $tag $args
- } elseif [string equal [transport select] "cmsis-dap"] {
-     eval cmsis-dap newdap $chip $tag $args
  }
 }