jtag: drivers: bcm2835gpio: fix a typo in informational message

Change-Id: I70176f9c623e85ba03d8e08992cade232c1bd7fd
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/3176
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
This commit is contained in:
Paul Fertser 2015-12-28 12:02:50 +03:00 committed by Andreas Fritiofson
parent 8229d525b6
commit 45d487d949
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ COMMAND_HANDLER(bcm2835gpio_handle_jtag_gpionums)
}
command_print(CMD_CTX,
"BCM2835 GPIO config: tck = %d, tms = %d, tdi = %d, tdi = %d",
"BCM2835 GPIO config: tck = %d, tms = %d, tdi = %d, tdo = %d",
tck_gpio, tms_gpio, tdi_gpio, tdo_gpio);
return ERROR_OK;