Skip to content

Commit a48d231

Browse files
Antti Kauppilaadbridge
authored andcommitted
LoRaWAN: Fixed region 2(AU915) to compile
ARM internal ref IOTCELL-948
1 parent 035230a commit a48d231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/lorawan/LoRaWANStack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ SPDX-License-Identifier: BSD-3-Clause
4444
#define LoRaPHY_region LoRaPHYAS923
4545
#elif MBED_CONF_LORA_PHY == 2
4646
#include "lorawan/lorastack/phy/LoRaPHYAU915.h"
47-
#define LoRaPHY_region LoRaPHYAU915;
47+
#define LoRaPHY_region LoRaPHYAU915
4848
#elif MBED_CONF_LORA_PHY == 3
4949
#include "lorawan/lorastack/phy/LoRaPHYCN470.h"
5050
#define LoRaPHY_region LoRaPHYCN470

0 commit comments

Comments
 (0)