Skip to content

Commit d200600

Browse files
author
Kimmo Vaisanen
committed
Lora: fix AU915 build
There was a typo in the code making it fail to compile.
1 parent 11901f1 commit d200600

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)