Skip to content

Commit

Permalink
Issue #1356 - Removed unused ACTIVE_REGION pre-processing check
Browse files Browse the repository at this point in the history
  • Loading branch information
mluis1 committed Oct 13, 2022
1 parent 0341ea7 commit 2ca160b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/apps/LoRaMac/common/LmHandler/LmHandler.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@
#include "LmhpRemoteMcastSetup.h"
#include "LmhpFragmentation.h"

#ifndef ACTIVE_REGION

#warning "No active region defined, LORAMAC_REGION_EU868 will be used as default."

#define ACTIVE_REGION LORAMAC_REGION_EU868

#endif

#include "LoRaMacTest.h"

static CommissioningParams_t CommissioningParams =
Expand Down

0 comments on commit 2ca160b

Please sign in to comment.