From f5616e406fa4913e1946d162a80c3d7e89580ea5 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 5 Jan 2021 22:07:15 +0100 Subject: [PATCH] boards/stm32f4discovery: update documentation --- boards/stm32f4discovery/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/stm32f4discovery/doc.txt b/boards/stm32f4discovery/doc.txt index 6d86ff7a54..6d1b839b69 100644 --- a/boards/stm32f4discovery/doc.txt +++ b/boards/stm32f4discovery/doc.txt @@ -172,7 +172,7 @@ To emulate this board you need an updated version of [renode](https://github.com/renode/renode) installed, at least version 1.11. ``` -BOARD=stm32f4discovery make all emulate +EMULATE=1 BOARD=stm32f4discovery make all term ``` ## Known Issues / Problems