From a48d2319d58b2ece361303dd338d2841b07d833c Mon Sep 17 00:00:00 2001 From: Antti Kauppila Date: Mon, 7 May 2018 11:59:07 +0300 Subject: [PATCH] LoRaWAN: Fixed region 2(AU915) to compile ARM internal ref IOTCELL-948 --- features/lorawan/LoRaWANStack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/lorawan/LoRaWANStack.h b/features/lorawan/LoRaWANStack.h index 08daf98ca9..7c7402444a 100644 --- a/features/lorawan/LoRaWANStack.h +++ b/features/lorawan/LoRaWANStack.h @@ -44,7 +44,7 @@ SPDX-License-Identifier: BSD-3-Clause #define LoRaPHY_region LoRaPHYAS923 #elif MBED_CONF_LORA_PHY == 2 #include "lorawan/lorastack/phy/LoRaPHYAU915.h" - #define LoRaPHY_region LoRaPHYAU915; + #define LoRaPHY_region LoRaPHYAU915 #elif MBED_CONF_LORA_PHY == 3 #include "lorawan/lorastack/phy/LoRaPHYCN470.h" #define LoRaPHY_region LoRaPHYCN470