Fix FTD2XX build for CygWin.
---
ft2232.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Fix FTD2XX build for CygWin.
---
ft2232.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
======
only in patch2:
unchanged:
--- src/jtag/ft2232.c (revision 2448)
+++ src/jtag/ft2232.c (working copy)
@@ -1885,7 +1885,7 @@
{
LOG_ERROR("ListDevices: %lu\n", num_devices);
for (i = 0; i < num_devices; i++)
- LOG_ERROR("%i: \"%s\"", i, desc_array[i]);
+ LOG_ERROR("%" PRIu32 ": \"%s\"", i, desc_array[i]);
}
for (i = 0; i < num_devices; i++)
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development