From 191111a98e6d795bf489cbd82a85fafa3e2bf64c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdelin Date: Tue, 11 May 2021 19:26:54 +0200 Subject: [PATCH] README: fix path to the FreeRTOS blinky example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c094f5144..46f0dc4b5 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,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 ####