LoRaWAN: Fixed region 2(AU915) to compile

ARM internal ref IOTCELL-948
pull/6950/head
Antti Kauppila 2018-05-07 11:59:07 +03:00 committed by adbridge
parent 035230a857
commit a48d2319d5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ SPDX-License-Identifier: BSD-3-Clause
#define LoRaPHY_region LoRaPHYAS923 #define LoRaPHY_region LoRaPHYAS923
#elif MBED_CONF_LORA_PHY == 2 #elif MBED_CONF_LORA_PHY == 2
#include "lorawan/lorastack/phy/LoRaPHYAU915.h" #include "lorawan/lorastack/phy/LoRaPHYAU915.h"
#define LoRaPHY_region LoRaPHYAU915; #define LoRaPHY_region LoRaPHYAU915
#elif MBED_CONF_LORA_PHY == 3 #elif MBED_CONF_LORA_PHY == 3
#include "lorawan/lorastack/phy/LoRaPHYCN470.h" #include "lorawan/lorastack/phy/LoRaPHYCN470.h"
#define LoRaPHY_region LoRaPHYCN470 #define LoRaPHY_region LoRaPHYCN470