[Pkg-electronics-commits] [openocd] 03/19: ftdi: correct ftdi_initialize error text
Jonathan McDowell
noodles at moszumanska.debian.org
Tue Oct 31 21:15:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
noodles pushed a commit to annotated tag v0.6.1
in repository openocd.
commit 07a73c01d1c2412aa8695b733e730e81da5a75f9
Author: Spencer Oliver <spen at spen-soft.co.uk>
Date: Mon Sep 24 12:58:32 2012 +0100
ftdi: correct ftdi_initialize error text
Change-Id: If230c0b5b3a18fd273106b743404079d0cbc9ddc
Signed-off-by: Spencer Oliver <spen at spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/880
Tested-by: jenkins
---
src/jtag/drivers/ftdi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/jtag/drivers/ftdi.c b/src/jtag/drivers/ftdi.c
index b5bea83..0a2aec2 100644
--- a/src/jtag/drivers/ftdi.c
+++ b/src/jtag/drivers/ftdi.c
@@ -638,7 +638,7 @@ static int ftdi_initialize(void)
if (retval == ERROR_OK)
retval = mpsse_set_data_bits_high_byte(mpsse_ctx, output >> 8, direction >> 8);
if (retval != ERROR_OK) {
- LOG_ERROR("couldn't initialize FTDI with 'JTAGkey' layout");
+ LOG_ERROR("couldn't initialize FTDI with configured layout");
return ERROR_JTAG_INIT_FAILED;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/openocd.git
More information about the Pkg-electronics-commits
mailing list