We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035230a commit a48d231Copy full SHA for a48d231
features/lorawan/LoRaWANStack.h
@@ -44,7 +44,7 @@ SPDX-License-Identifier: BSD-3-Clause
44
#define LoRaPHY_region LoRaPHYAS923
45
#elif MBED_CONF_LORA_PHY == 2
46
#include "lorawan/lorastack/phy/LoRaPHYAU915.h"
47
- #define LoRaPHY_region LoRaPHYAU915;
+ #define LoRaPHY_region LoRaPHYAU915
48
#elif MBED_CONF_LORA_PHY == 3
49
#include "lorawan/lorastack/phy/LoRaPHYCN470.h"
50
#define LoRaPHY_region LoRaPHYCN470
0 commit comments