jtag: fix minor typos

Change-Id: I3a3370db438f8fd045fb22e7c9fff4e83794a3b7
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5767
Tested-by: jenkins
This commit is contained in:
Antonio Borneo
2020-07-12 23:40:41 +02:00
parent 890048eec4
commit 4c8753a83c
31 changed files with 69 additions and 69 deletions

View File

@@ -74,7 +74,7 @@ int interface_add_tms_seq(unsigned num_bits,
* trst.
*
* the higher level jtag_add_reset will invoke jtag_add_tlr() if
* approperiate
* appropriate
*/
int interface_jtag_add_reset(int trst, int srst);
int interface_jtag_add_sleep(uint32_t us);