From 43c2b3201dd5e18487711ee81723ae4e6899f44e Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Fri, 5 Oct 2018 09:48:02 +0200 Subject: [PATCH] doc/doxygen: fix typo in getting started page --- doc/doxygen/src/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/src/getting-started.md b/doc/doxygen/src/getting-started.md index 44839049a8..1382705520 100644 --- a/doc/doxygen/src/getting-started.md +++ b/doc/doxygen/src/getting-started.md @@ -39,7 +39,7 @@ simplest way to compile and link an application with RIOT, is to set up a Makefile providing at least the following variables: * `APPLICATION`: should contain the (unique) name of your application - * `BOARD`: specifies the platform the application should be build for by + * `BOARD`: specifies the platform the application should be built for by default * `RIOTBASE`: specifies the path to your copy of the RIOT repository (note, that you may want to use `$(CURDIR)` here, to give a relative path) -- GitLab