diff --git a/features/lorawan/lorastack/phy/loraphy_target.h b/features/lorawan/lorastack/phy/loraphy_target.h index 7432b01441..0354fdac8a 100644 --- a/features/lorawan/lorastack/phy/loraphy_target.h +++ b/features/lorawan/lorastack/phy/loraphy_target.h @@ -58,7 +58,7 @@ #define LoRaPHY_region LoRaPHYAS923 #elif LORA_REGION == LORA_REGION_AU915 #include "lorawan/lorastack/phy/LoRaPHYAU915.h" - #define LoRaPHY_region LoRaPHYAU915; + #define LoRaPHY_region LoRaPHYAU915 #elif LORA_REGION == LORA_REGION_CN470 #include "lorawan/lorastack/phy/LoRaPHYCN470.h" #define LoRaPHY_region LoRaPHYCN470