Hi,

attached is a patch to fix compilation issues with the JIM debug cable driver.


-- 
  wkr michael
diff --git a/urjtag/src/tap/cable/jim.c b/urjtag/src/tap/cable/jim.c
index b371f29..572c96f 100644
--- a/urjtag/src/tap/cable/jim.c
+++ b/urjtag/src/tap/cable/jim.c
@@ -157,7 +157,8 @@ jim_cable_help (urj_log_level_t ll, const char *cablename)
 const urj_cable_driver_t urj_tap_cable_jim_driver = {
     "JIM",
     N_("JTAG target simulator JIM"),
-    jim_cable_connect,
+    URJ_CABLE_DEVICE_OTHER,
+    { .other = jim_cable_connect, },
     jim_cable_disconnect,
     jim_cable_free,
     jim_cable_init,
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
UrJTAG-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to