From f7abe8415dbcbb27d0c7ac50499ddd0bf1b3089a Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Wed, 20 Feb 2019 21:39:16 +0100 Subject: [PATCH] pkg/semtech-loramac: fixing missing directive in doc Setting the LORAMAC_ACTIVE_REGION define via cflags is required for any lorawan application to build --- pkg/semtech-loramac/doc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/semtech-loramac/doc.txt b/pkg/semtech-loramac/doc.txt index dcac5e29e1..074cc74496 100644 --- a/pkg/semtech-loramac/doc.txt +++ b/pkg/semtech-loramac/doc.txt @@ -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 -- GitLab