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