1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

pkg/semtech-loramac: fixing missing directive in doc

Setting the LORAMAC_ACTIVE_REGION define via cflags is required for any lorawan application to build
This commit is contained in:
Alexandre Abadie 2019-02-20 21:39:16 +01:00
parent f37b02a73a
commit f7abe8415d
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -32,6 +32,7 @@
* set at compile time. Example for EU868:
* ```
* CFLAGS += -DREGION_EU868
* CFLAGS += -DLORAMAC_ACTIVE_REGION=LORAMAC_REGION_EU868
* ```
*
* # Using the package API