Skip to content
Snippets Groups Projects
Commit cac6da3f authored by Martine Lenders's avatar Martine Lenders
Browse files

doc: fix "Creating an application" page

parent d4693648
Branches
No related tags found
No related merge requests found
...@@ -78,11 +78,11 @@ Including modules {#including-modules} ...@@ -78,11 +78,11 @@ Including modules {#including-modules}
----------------- -----------------
By default a RIOT application comprises only of the applications' code itself, By default a RIOT application comprises only of the applications' code itself,
the kernel, and platform specific code. In order to use additional modules, the kernel, and platform specific code. In order to use additional modules,
such as a particular @ref drivers "device driver" or @ref sys "a system such as a particular [device driver](@ref drivers) or [a system library](@ref sys)
library" (including @ref net "networking capabilities"), you have to append the (including [networking capabilities](@ref net)), you have to append the modules'
modules' names to the USEMODULE variable. For example, to build an application names to the USEMODULE variable. For example, to build an application using the
using the SHT11 temperature sensor and UDP/IPv6 functionalities of the GNRC SHT11 temperature sensor and UDP/IPv6 functionalities of the GNRC network stack,
network stack, your Makefile needs to contain these lines: your Makefile needs to contain these lines:
~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.mk} ~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.mk}
USEMODULE += sht11 USEMODULE += sht11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment