Skip to content

Commit 9fd04c4

Browse files
author
Cruz Monrreal
authored
Merge pull request #6839 from kivaisan/fix_lora_au915_build
Lora: fix AU915 build
2 parents 6db9a8b + d200600 commit 9fd04c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/lorawan/lorastack/phy/loraphy_target.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
#define LoRaPHY_region LoRaPHYAS923
5959
#elif LORA_REGION == LORA_REGION_AU915
6060
#include "lorawan/lorastack/phy/LoRaPHYAU915.h"
61-
#define LoRaPHY_region LoRaPHYAU915;
61+
#define LoRaPHY_region LoRaPHYAU915
6262
#elif LORA_REGION == LORA_REGION_CN470
6363
#include "lorawan/lorastack/phy/LoRaPHYCN470.h"
6464
#define LoRaPHY_region LoRaPHYCN470

0 commit comments

Comments
 (0)