sysfsgpio: fix a typo in the informational output

Change-Id: I0c9bc281e4e913f9eacba3b8b60585217a1caf2e
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/1616
Tested-by: jenkins
Reviewed-by: Peter Stuge <peter@stuge.se>
__archive__
Paul Fertser 2013-09-10 15:27:11 +04:00 committed by Andreas Fritiofson
parent 8eb7df07b3
commit 52eb82e893
1 changed files with 1 additions and 1 deletions

View File

@ -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;