Lora: fix AU915 build

There was a typo in the code making it fail to compile.
pull/6839/head
Kimmo Vaisanen 2018-05-08 14:09:03 +03:00
parent 11901f115b
commit d200600fc0
1 changed files with 1 additions and 1 deletions

View File

@ -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