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__
parent
8eb7df07b3
commit
52eb82e893
|
@ -278,7 +278,7 @@ COMMAND_HANDLER(sysfsgpio_handle_jtag_gpionums)
|
||||||
}
|
}
|
||||||
|
|
||||||
command_print(CMD_CTX,
|
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);
|
tck_gpio, tms_gpio, tdi_gpio, tdo_gpio);
|
||||||
|
|
||||||
return ERROR_OK;
|
return ERROR_OK;
|
||||||
|
|
Loading…
Reference in New Issue