Merge pull request #6839 from kivaisan/fix_lora_au915_build

Lora: fix AU915 build
pull/6480/head
Cruz Monrreal 2018-05-14 10:52:18 -05:00 committed by GitHub
commit 9fd04c4a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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