From: Paul Fertser Date: Tue, 10 Sep 2013 11:27:11 +0000 (+0400) Subject: sysfsgpio: fix a typo in the informational output X-Git-Tag: v0.8.0-rc1~292 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=52eb82e893f058ef86e61b5a73334c8a44070100 sysfsgpio: fix a typo in the informational output Change-Id: I0c9bc281e4e913f9eacba3b8b60585217a1caf2e Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/1616 Tested-by: jenkins Reviewed-by: Peter Stuge --- diff --git a/src/jtag/drivers/sysfsgpio.c b/src/jtag/drivers/sysfsgpio.c index 799141c6ce..dfb4dcb3cf 100644 --- a/src/jtag/drivers/sysfsgpio.c +++ b/src/jtag/drivers/sysfsgpio.c @@ -278,7 +278,7 @@ COMMAND_HANDLER(sysfsgpio_handle_jtag_gpionums) } command_print(CMD_CTX, - "SysfsGPIO nums: tck = %d, tms = %d, tdi = %d, tdi = %d", + "SysfsGPIO nums: tck = %d, tms = %d, tdi = %d, tdo = %d", tck_gpio, tms_gpio, tdi_gpio, tdo_gpio); return ERROR_OK;