From 810e04c99646f353f564968191243a1418fb90d3 Mon Sep 17 00:00:00 2001 From: fritzprix Date: Fri, 30 Oct 2020 11:25:03 +0900 Subject: [PATCH] correct wrong name for demo application --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e87366a2e..33bc45325 100644 --- a/README.md +++ b/README.md @@ -317,7 +317,7 @@ on some examples. Here is an exemple of use : ``` -make PROGRAM=example-freertos-blinky-pmp TARGET=sifive-hifive1-revb LINK_TARGET=freertos software +make PROGRAM=example-freertos-pmp-blinky TARGET=sifive-hifive1-revb LINK_TARGET=freertos software ``` #### Uploading to the Target Board ####