From 7d18b8b155362a32c4bc4d53f4ba5032a150c0e0 Mon Sep 17 00:00:00 2001 From: Cerem Cem ASLAN Date: Fri, 15 Mar 2019 20:07:08 +0300 Subject: [PATCH] fix typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e30965277..4b8ed96dd 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,8 @@ Remember that you can shorten the commands. `tar ext :4242` is good enough for GDB. If you need to send a hard reset signal through `NRST` pin, you can use the following command: -`` + +``` (gdb) monitor jtag_reset ```