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 11901f1 commit d200600Copy full SHA for d200600
features/lorawan/lorastack/phy/loraphy_target.h
@@ -58,7 +58,7 @@
58
#define LoRaPHY_region LoRaPHYAS923
59
#elif LORA_REGION == LORA_REGION_AU915
60
#include "lorawan/lorastack/phy/LoRaPHYAU915.h"
61
- #define LoRaPHY_region LoRaPHYAU915;
+ #define LoRaPHY_region LoRaPHYAU915
62
#elif LORA_REGION == LORA_REGION_CN470
63
#include "lorawan/lorastack/phy/LoRaPHYCN470.h"
64
#define LoRaPHY_region LoRaPHYCN470
0 commit comments