From 5392b0e4e2845b36fcd9f1fd713646df46c56d9b Mon Sep 17 00:00:00 2001 From: penguin Date: Thu, 22 Oct 2020 17:11:34 -0500 Subject: [PATCH] fixed type in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index adddde48..1e872479 100644 --- a/README.md +++ b/README.md @@ -68,14 +68,14 @@ Now in another terminal: ``` cd /target/same54p20a/ make -{ESF_DIR}/toolchains/arm/bin/arm-none-eabi-gdb -iex "target extended-remote localhost:3333" testdir.elf +${ESF_DIR}/toolchains/arm/bin/arm-none-eabi-gdb -iex "target extended-remote localhost:3333" testdir.elf load monitor reset ``` If you're using gdb with python extensions then use this instead ``` -{ESF_DIR}/toolchains/arm/bin/arm-none-eabi-gdb-py -iex "target extended-remote localhost:3333" testdir.elf +${ESF_DIR}/toolchains/arm/bin/arm-none-eabi-gdb-py -iex "target extended-remote localhost:3333" testdir.elf ``` ### Supported Targets