Skip to content

Commit 2ca160b

Browse files
committed
Issue #1356 - Removed unused ACTIVE_REGION pre-processing check
1 parent 0341ea7 commit 2ca160b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/apps/LoRaMac/common/LmHandler/LmHandler.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@
3737
#include "LmhpRemoteMcastSetup.h"
3838
#include "LmhpFragmentation.h"
3939

40-
#ifndef ACTIVE_REGION
41-
42-
#warning "No active region defined, LORAMAC_REGION_EU868 will be used as default."
43-
44-
#define ACTIVE_REGION LORAMAC_REGION_EU868
45-
46-
#endif
47-
4840
#include "LoRaMacTest.h"
4941

5042
static CommissioningParams_t CommissioningParams =

0 commit comments

Comments
 (0)