mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
doc: fix 'EXTERNAL_MODULES_DIRS' name
Name in the documentation did not match the one in Makefile.include.
This commit is contained in:
parent
689333ff04
commit
051d192e7f
@ -67,8 +67,8 @@ their dependencies.
|
||||
Modules outside of RIOTBASE {#modules-outside-of-riotbase}
|
||||
===========================
|
||||
Modules can be defined outside `RIOTBASE`. In addition to add it to `USEMODULE`
|
||||
the user needs to add the path to the module to `EXTERNAL_MODULES` and add the
|
||||
include path to the API definitions to `INCLUDES`.
|
||||
the user needs to add the path to the module to `EXTERNAL_MODULE_DIRS` and add
|
||||
the include path to the API definitions to `INCLUDES`.
|
||||
|
||||
Pseudomodules {#pseudomodules}
|
||||
=============
|
||||
|
Loading…
Reference in New Issue
Block a user